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

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

public class PortletDefinitionMetadataImpl
extends GenericMetadataImpl

PortletDefinitionMetadataImpl
PortletDefinition specific class for Metadata

Version:
$Id: PortletDefinitionMetadataImpl.java 516448 2007-03-09 16:25:47Z ate $
Author:
Jeremy Ford

Constructor Summary
PortletDefinitionMetadataImpl()
           
 
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

PortletDefinitionMetadataImpl

public PortletDefinitionMetadataImpl()
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-2009 Apache Software Foundation. All Rights Reserved.