org.apache.pluto.descriptors.portlet
Class PortletPreferencesDD

java.lang.Object
  extended by org.apache.pluto.descriptors.portlet.PortletPreferencesDD

public class PortletPreferencesDD
extends Object

Portlet preferences definition in portlet.xml.

Since:
Jun 29, 2005 Portlet persistent preference store. Used in: portlet

Java class for portlet-preferencesType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="portlet-preferencesType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="preference" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}preferenceType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="preferences-validator" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}preferences-validatorType" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
PortletPreferenceDD

Constructor Summary
PortletPreferencesDD()
           
 
Method Summary
 List<PortletPreferenceDD> getPortletPreferences()
           
 String getPreferencesValidator()
           
 void setPortletPreferences(List<PortletPreferenceDD> portletPreferences)
           
 void setPreferencesValidator(String preferencesValidator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletPreferencesDD

public PortletPreferencesDD()
Method Detail

getPortletPreferences

public List<PortletPreferenceDD> getPortletPreferences()

setPortletPreferences

public void setPortletPreferences(List<PortletPreferenceDD> portletPreferences)

getPreferencesValidator

public String getPreferencesValidator()

setPreferencesValidator

public void setPreferencesValidator(String preferencesValidator)


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.