|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PortletAppType
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>
| Method Detail |
|---|
PortletType[] getPortlet()
PortletTypePortletType getPortlet(int idx)
PortletTypeint getPortletLength()
void setPortlet(PortletType[] values)
values - allowed objects are
PortletType
PortletType setPortlet(int idx,
PortletType value)
value - allowed object is
PortletTypeCustomPortletModeType[] getCustomPortletMode()
CustomPortletModeTypeCustomPortletModeType getCustomPortletMode(int idx)
CustomPortletModeTypeint getCustomPortletModeLength()
void setCustomPortletMode(CustomPortletModeType[] values)
values - allowed objects are
CustomPortletModeType
CustomPortletModeType setCustomPortletMode(int idx,
CustomPortletModeType value)
value - allowed object is
CustomPortletModeTypeCustomWindowStateType[] getCustomWindowState()
CustomWindowStateTypeCustomWindowStateType getCustomWindowState(int idx)
CustomWindowStateTypeint getCustomWindowStateLength()
void setCustomWindowState(CustomWindowStateType[] values)
values - allowed objects are
CustomWindowStateType
CustomWindowStateType setCustomWindowState(int idx,
CustomWindowStateType value)
value - allowed object is
CustomWindowStateTypeUserAttributeType[] getUserAttribute()
UserAttributeTypeUserAttributeType getUserAttribute(int idx)
UserAttributeTypeint getUserAttributeLength()
void setUserAttribute(UserAttributeType[] values)
values - allowed objects are
UserAttributeType
UserAttributeType setUserAttribute(int idx,
UserAttributeType value)
value - allowed object is
UserAttributeTypeSecurityConstraintType[] getSecurityConstraint()
SecurityConstraintTypeSecurityConstraintType getSecurityConstraint(int idx)
SecurityConstraintTypeint getSecurityConstraintLength()
void setSecurityConstraint(SecurityConstraintType[] values)
values - allowed objects are
SecurityConstraintType
SecurityConstraintType setSecurityConstraint(int idx,
SecurityConstraintType value)
value - allowed object is
SecurityConstraintTypeResourceBundleType getResourceBundle()
ResourceBundleTypevoid setResourceBundle(ResourceBundleType value)
value - allowed object is
ResourceBundleTypeFilterType[] getFilter()
FilterTypeFilterType getFilter(int idx)
FilterTypeint getFilterLength()
void setFilter(FilterType[] values)
values - allowed objects are
FilterType
FilterType setFilter(int idx,
FilterType value)
value - allowed object is
FilterTypeFilterMappingType[] getFilterMapping()
FilterMappingTypeFilterMappingType getFilterMapping(int idx)
FilterMappingTypeint getFilterMappingLength()
void setFilterMapping(FilterMappingType[] values)
values - allowed objects are
FilterMappingType
FilterMappingType setFilterMapping(int idx,
FilterMappingType value)
value - allowed object is
FilterMappingTypeString getDefaultNamespace()
Stringvoid setDefaultNamespace(String value)
value - allowed object is
StringEventDefinitionType[] getEventDefinition()
EventDefinitionTypeEventDefinitionType getEventDefinition(int idx)
EventDefinitionTypeint getEventDefinitionLength()
void setEventDefinition(EventDefinitionType[] values)
values - allowed objects are
EventDefinitionType
EventDefinitionType setEventDefinition(int idx,
EventDefinitionType value)
value - allowed object is
EventDefinitionTypePublicRenderParameterType[] getPublicRenderParameter()
PublicRenderParameterTypePublicRenderParameterType getPublicRenderParameter(int idx)
PublicRenderParameterTypeint getPublicRenderParameterLength()
void setPublicRenderParameter(PublicRenderParameterType[] values)
values - allowed objects are
PublicRenderParameterType
PublicRenderParameterType setPublicRenderParameter(int idx,
PublicRenderParameterType value)
value - allowed object is
PublicRenderParameterTypeListenerType[] getListener()
ListenerTypeListenerType getListener(int idx)
ListenerTypeint getListenerLength()
void setListener(ListenerType[] values)
values - allowed objects are
ListenerType
ListenerType setListener(int idx,
ListenerType value)
value - allowed object is
ListenerTypeContainerRuntimeOptionType[] getContainerRuntimeOption()
ContainerRuntimeOptionTypeContainerRuntimeOptionType getContainerRuntimeOption(int idx)
ContainerRuntimeOptionTypeint getContainerRuntimeOptionLength()
void setContainerRuntimeOption(ContainerRuntimeOptionType[] values)
values - allowed objects are
ContainerRuntimeOptionType
ContainerRuntimeOptionType setContainerRuntimeOption(int idx,
ContainerRuntimeOptionType value)
value - allowed object is
ContainerRuntimeOptionTypeString getVersion()
Stringvoid setVersion(String value)
value - allowed object is
StringString getId()
Stringvoid setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||