|
||||||||||
| 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_1_0.xsd}portletType" maxOccurs="unbounded" minOccurs="0"/>
<element name="custom-portlet-mode" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}custom-portlet-modeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="custom-window-state" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}custom-window-stateType" maxOccurs="unbounded" minOccurs="0"/>
<element name="user-attribute" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}user-attributeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="security-constraint" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}security-constraintType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}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
SecurityConstraintTypeString 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 | |||||||||