org.apache.jetspeed.om.portlet.impl
Class PortletApplicationMetadataImpl

java.lang.Object
  extended by org.apache.jetspeed.om.portlet.GenericMetadataImpl
      extended by org.apache.jetspeed.om.portlet.impl.PortletApplicationMetadataImpl
All Implemented Interfaces:
GenericMetadata

public class PortletApplicationMetadataImpl
extends GenericMetadataImpl

PortletApplicationMetadataImpl PortletApplication specific class for Metadata

Version:
$Id: PortletApplicationMetadataImpl.java 881862 2009-11-18 18:24:48Z rwatler $
Author:
Jeremy Ford

Constructor Summary
PortletApplicationMetadataImpl()
           
 
Method Summary
 void addField(java.util.Locale locale, java.lang.String name, java.lang.String value)
           
 LocalizedField createLocalizedField()
           
 
Methods inherited from class org.apache.jetspeed.om.portlet.GenericMetadataImpl
addField, copyFields, getFields, getFields, getText, setFields, setFields
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletApplicationMetadataImpl

public PortletApplicationMetadataImpl()
Method Detail

addField

public void addField(java.util.Locale locale,
                     java.lang.String name,
                     java.lang.String value)
Specified by:
addField in interface GenericMetadata
Overrides:
addField in class GenericMetadataImpl

createLocalizedField

public LocalizedField createLocalizedField()


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.