|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pluto.descriptors.portlet.PortletAppDD
public class PortletAppDD
Portlet Application Configuration.
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>
Constructor Summary | |
---|---|
PortletAppDD()
Default Constructor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortletAppDD()
Method Detail |
---|
public List getPortlets()
public void setPortlets(List<PortletDD> portlets)
portlets
- public List<EventDefinitionDD> getEvents()
public void setEvents(List<EventDefinitionDD> events)
events
- The events to set.public List<PublicRenderParamDD> getRender()
public void setRender(List<PublicRenderParamDD> render)
render
- The public render parameter to set.public String getVersion()
public void setVersion(String version)
public List<CustomPortletModeDD> getCustomPortletMode()
public void setCustomPortletMode(List<CustomPortletModeDD> customPortletMode)
public List<CustomWindowStateDD> getCustomWindowState()
public void setCustomWindowState(List<CustomWindowStateDD> customWindowState)
public List<UserAttributeDD> getUserAttribute()
public void setUserAttribute(List<UserAttributeDD> userAttribute)
public List<SecurityConstraintDD> getSecurityConstraint()
public void setSecurityConstraint(List<SecurityConstraintDD> securityConstraint)
public String getResourceBundle()
public void setResourceBundle(String resourceBundle)
public List<FilterDD> getFilter()
public void setFilter(List<FilterDD> filter)
public List<FilterMappingDD> getFilterMapping()
public void setFilterMapping(List<FilterMappingDD> filterMapping)
public String getDefaultNamespace()
public void setDefaultNamespace(String defaultNamespace)
public List<ContainerRuntimeOptionDD> getContainerRuntimeOption()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |