public class PortletAppType
extends java.lang.Object
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="default-namespace" type="{http://www.w3.org/2001/XMLSchema}anyURI" 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"/>
<element name="listener" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}listenerType" maxOccurs="unbounded" minOccurs="0"/>
<element name="container-runtime-option" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}container-runtime-optionType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="version" use="required" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}string" />
<attribute name="id" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<ContainerRuntimeOptionType> |
containerRuntimeOption |
protected java.util.List<CustomPortletModeType> |
customPortletMode |
protected java.util.List<CustomWindowStateType> |
customWindowState |
protected java.lang.String |
defaultNamespace |
protected java.util.List<EventDefinitionType> |
eventDefinition |
protected java.util.List<FilterType> |
filter |
protected java.util.List<FilterMappingType> |
filterMapping |
protected java.lang.String |
id |
protected java.util.List<ListenerType> |
listener |
protected java.util.List<PortletType> |
portlet |
protected java.util.List<PublicRenderParameterType> |
publicRenderParameter |
protected ResourceBundleType |
resourceBundle |
protected java.util.List<SecurityConstraintType> |
securityConstraint |
protected java.util.List<UserAttributeType> |
userAttribute |
protected java.lang.String |
version |
| Constructor and Description |
|---|
PortletAppType() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ContainerRuntimeOptionType> |
getContainerRuntimeOption()
Gets the value of the containerRuntimeOption property.
|
java.util.List<CustomPortletModeType> |
getCustomPortletMode()
Gets the value of the customPortletMode property.
|
java.util.List<CustomWindowStateType> |
getCustomWindowState()
Gets the value of the customWindowState property.
|
java.lang.String |
getDefaultNamespace()
Gets the value of the defaultNamespace property.
|
java.util.List<EventDefinitionType> |
getEventDefinition()
Gets the value of the eventDefinition property.
|
java.util.List<FilterType> |
getFilter()
Gets the value of the filter property.
|
java.util.List<FilterMappingType> |
getFilterMapping()
Gets the value of the filterMapping property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.util.List<ListenerType> |
getListener()
Gets the value of the listener property.
|
java.util.List<PortletType> |
getPortlet()
Gets the value of the portlet property.
|
java.util.List<PublicRenderParameterType> |
getPublicRenderParameter()
Gets the value of the publicRenderParameter property.
|
ResourceBundleType |
getResourceBundle()
Gets the value of the resourceBundle property.
|
java.util.List<SecurityConstraintType> |
getSecurityConstraint()
Gets the value of the securityConstraint property.
|
java.util.List<UserAttributeType> |
getUserAttribute()
Gets the value of the userAttribute property.
|
java.lang.String |
getVersion()
Gets the value of the version property.
|
void |
setDefaultNamespace(java.lang.String value)
Sets the value of the defaultNamespace property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setResourceBundle(ResourceBundleType value)
Sets the value of the resourceBundle property.
|
void |
setVersion(java.lang.String value)
Sets the value of the version property.
|
protected java.util.List<PortletType> portlet
protected java.util.List<CustomPortletModeType> customPortletMode
protected java.util.List<CustomWindowStateType> customWindowState
protected java.util.List<UserAttributeType> userAttribute
protected java.util.List<SecurityConstraintType> securityConstraint
protected ResourceBundleType resourceBundle
protected java.util.List<FilterType> filter
protected java.util.List<FilterMappingType> filterMapping
protected java.lang.String defaultNamespace
protected java.util.List<EventDefinitionType> eventDefinition
protected java.util.List<PublicRenderParameterType> publicRenderParameter
protected java.util.List<ListenerType> listener
protected java.util.List<ContainerRuntimeOptionType> containerRuntimeOption
protected java.lang.String version
protected java.lang.String id
public java.util.List<PortletType> getPortlet()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the portlet property.
For example, to add a new item, do as follows:
getPortlet().add(newItem);
Objects of the following type(s) are allowed in the list
PortletType
public java.util.List<CustomPortletModeType> getCustomPortletMode()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the customPortletMode property.
For example, to add a new item, do as follows:
getCustomPortletMode().add(newItem);
Objects of the following type(s) are allowed in the list
CustomPortletModeType
public java.util.List<CustomWindowStateType> getCustomWindowState()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the customWindowState property.
For example, to add a new item, do as follows:
getCustomWindowState().add(newItem);
Objects of the following type(s) are allowed in the list
CustomWindowStateType
public java.util.List<UserAttributeType> getUserAttribute()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the userAttribute property.
For example, to add a new item, do as follows:
getUserAttribute().add(newItem);
Objects of the following type(s) are allowed in the list
UserAttributeType
public java.util.List<SecurityConstraintType> getSecurityConstraint()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the securityConstraint property.
For example, to add a new item, do as follows:
getSecurityConstraint().add(newItem);
Objects of the following type(s) are allowed in the list
SecurityConstraintType
public ResourceBundleType getResourceBundle()
ResourceBundleTypepublic void setResourceBundle(ResourceBundleType value)
value - allowed object is
ResourceBundleTypepublic java.util.List<FilterType> getFilter()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the filter property.
For example, to add a new item, do as follows:
getFilter().add(newItem);
Objects of the following type(s) are allowed in the list
FilterType
public java.util.List<FilterMappingType> getFilterMapping()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the filterMapping property.
For example, to add a new item, do as follows:
getFilterMapping().add(newItem);
Objects of the following type(s) are allowed in the list
FilterMappingType
public java.lang.String getDefaultNamespace()
Stringpublic void setDefaultNamespace(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<EventDefinitionType> getEventDefinition()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the eventDefinition property.
For example, to add a new item, do as follows:
getEventDefinition().add(newItem);
Objects of the following type(s) are allowed in the list
EventDefinitionType
public java.util.List<PublicRenderParameterType> getPublicRenderParameter()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the publicRenderParameter property.
For example, to add a new item, do as follows:
getPublicRenderParameter().add(newItem);
Objects of the following type(s) are allowed in the list
PublicRenderParameterType
public java.util.List<ListenerType> getListener()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the listener property.
For example, to add a new item, do as follows:
getListener().add(newItem);
Objects of the following type(s) are allowed in the list
ListenerType
public java.util.List<ContainerRuntimeOptionType> getContainerRuntimeOption()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the containerRuntimeOption property.
For example, to add a new item, do as follows:
getContainerRuntimeOption().add(newItem);
Objects of the following type(s) are allowed in the list
ContainerRuntimeOptionType
public java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
String