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

java.lang.Object
  extended by org.apache.jetspeed.om.impl.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 516448 2007-03-09 16:25:47Z ate $
Author:
Jeremy Ford

Constructor Summary
PortletApplicationMetadataImpl()
           
 
Method Summary
 void addField(java.util.Locale locale, java.lang.String name, java.lang.String value)
           addField
 LocalizedField createLocalizedField()
           createLocalizedField
 
Methods inherited from class org.apache.jetspeed.om.impl.GenericMetadataImpl
addField, copyFields, getFields, getFields, 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)
Description copied from interface: GenericMetadata

addField

Specified by:
addField in interface GenericMetadata
Overrides:
addField in class GenericMetadataImpl

createLocalizedField

public LocalizedField createLocalizedField()
Description copied from interface: GenericMetadata

createLocalizedField

Returns:


Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.