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

java.lang.Object
  extended by org.apache.jetspeed.om.portlet.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 881862 2009-11-18 18:24:48Z rwatler $
Author:
Jeremy Ford

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

PortletDefinitionMetadataImpl

public PortletDefinitionMetadataImpl()
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.