org.apache.pluto.descriptors.portlet
Class PortletAppDD

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

public class PortletAppDD
extends Object

Portlet Application Configuration.

Since:
Mar 6, 2005

Java class for portlet-appType complex type.

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

 <complexType name="portlet-appType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="portlet" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}portletType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="custom-portlet-mode" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}custom-portlet-modeType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="custom-window-state" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}custom-window-stateType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="user-attribute" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}user-attributeType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="security-constraint" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}security-constraintType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="resource-bundle" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}resource-bundleType" minOccurs="0"/>
         <element name="filter" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}filterType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="filter-mapping" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}filter-mappingType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="event-definition" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}event-definitionType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="public-render-parameter" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}public-render-parameterType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
Version:
$Id: PortletAppDD.java 157475 2005-03-14 22:13:18Z ddewolf $

Constructor Summary
PortletAppDD()
          Default Constructor.
 
Method Summary
 List<ContainerRuntimeOptionDD> getContainerRuntimeOption()
           
 List<CustomPortletModeDD> getCustomPortletMode()
           
 List<CustomWindowStateDD> getCustomWindowState()
           
 String getDefaultNamespace()
           
 List<EventDefinitionDD> getEvents()
           
 List<FilterDD> getFilter()
           
 List<FilterMappingDD> getFilterMapping()
           
 List getPortlets()
          Retrieve the portlets which exist within this application.
 List<PublicRenderParamDD> getRender()
           
 String getResourceBundle()
           
 List<SecurityConstraintDD> getSecurityConstraint()
           
 List<UserAttributeDD> getUserAttribute()
           
 String getVersion()
           
 void setCustomPortletMode(List<CustomPortletModeDD> customPortletMode)
           
 void setCustomWindowState(List<CustomWindowStateDD> customWindowState)
           
 void setDefaultNamespace(String defaultNamespace)
           
 void setEvents(List<EventDefinitionDD> events)
           
 void setFilter(List<FilterDD> filter)
           
 void setFilterMapping(List<FilterMappingDD> filterMapping)
           
 void setPortlets(List<PortletDD> portlets)
          Set the portlets that exist within this application.
 void setRender(List<PublicRenderParamDD> render)
           
 void setResourceBundle(String resourceBundle)
           
 void setSecurityConstraint(List<SecurityConstraintDD> securityConstraint)
           
 void setUserAttribute(List<UserAttributeDD> userAttribute)
           
 void setVersion(String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletAppDD

public PortletAppDD()
Default Constructor.

Method Detail

getPortlets

public List getPortlets()
Retrieve the portlets which exist within this application.

Returns:

setPortlets

public void setPortlets(List<PortletDD> portlets)
Set the portlets that exist within this application.

Parameters:
portlets -

getEvents

public List<EventDefinitionDD> getEvents()
Returns:
Returns the events.

setEvents

public void setEvents(List<EventDefinitionDD> events)
Parameters:
events - The events to set.

getRender

public List<PublicRenderParamDD> getRender()
Returns:
Returns the public render parameter.

setRender

public void setRender(List<PublicRenderParamDD> render)
Parameters:
render - The public render parameter to set.

getVersion

public String getVersion()

setVersion

public void setVersion(String version)

getCustomPortletMode

public List<CustomPortletModeDD> getCustomPortletMode()

setCustomPortletMode

public void setCustomPortletMode(List<CustomPortletModeDD> customPortletMode)

getCustomWindowState

public List<CustomWindowStateDD> getCustomWindowState()

setCustomWindowState

public void setCustomWindowState(List<CustomWindowStateDD> customWindowState)

getUserAttribute

public List<UserAttributeDD> getUserAttribute()

setUserAttribute

public void setUserAttribute(List<UserAttributeDD> userAttribute)

getSecurityConstraint

public List<SecurityConstraintDD> getSecurityConstraint()

setSecurityConstraint

public void setSecurityConstraint(List<SecurityConstraintDD> securityConstraint)

getResourceBundle

public String getResourceBundle()

setResourceBundle

public void setResourceBundle(String resourceBundle)

getFilter

public List<FilterDD> getFilter()

setFilter

public void setFilter(List<FilterDD> filter)

getFilterMapping

public List<FilterMappingDD> getFilterMapping()

setFilterMapping

public void setFilterMapping(List<FilterMappingDD> filterMapping)

getDefaultNamespace

public String getDefaultNamespace()

setDefaultNamespace

public void setDefaultNamespace(String defaultNamespace)

getContainerRuntimeOption

public List<ContainerRuntimeOptionDD> getContainerRuntimeOption()


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