|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PortletType
The portlet element contains the declarative data of a portlet. Used in: portlet-app
Java class for portletType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="portletType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}descriptionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="portlet-name" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}portlet-nameType"/>
<element name="display-name" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}display-nameType" maxOccurs="unbounded" minOccurs="0"/>
<element name="portlet-class" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}portlet-classType"/>
<element name="init-param" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}init-paramType" maxOccurs="unbounded" minOccurs="0"/>
<element name="expiration-cache" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}expiration-cacheType" minOccurs="0"/>
<element name="cache-scope" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}cache-scopeType" minOccurs="0"/>
<element name="supports" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}supportsType" maxOccurs="unbounded"/>
<element name="supported-locale" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}supported-localeType" 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="portlet-info" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}portlet-infoType" minOccurs="0"/>
<element name="portlet-preferences" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}portlet-preferencesType" minOccurs="0"/>
<element name="security-role-ref" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}security-role-refType" maxOccurs="unbounded" minOccurs="0"/>
<element name="supported-processing-event" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}event-definition-referenceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="supported-publishing-event" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}event-definition-referenceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="supported-public-render-parameter" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}string" 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="id" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}string" />
</restriction>
</complexContent>
</complexType>
| Method Detail |
|---|
DescriptionType[] getDescription()
DescriptionTypeDescriptionType getDescription(int idx)
DescriptionTypeint getDescriptionLength()
void setDescription(DescriptionType[] values)
values - allowed objects are
DescriptionType
DescriptionType setDescription(int idx,
DescriptionType value)
value - allowed object is
DescriptionTypePortletNameType getPortletName()
PortletNameTypevoid setPortletName(PortletNameType value)
value - allowed object is
PortletNameTypeDisplayNameType[] getDisplayName()
DisplayNameTypeDisplayNameType getDisplayName(int idx)
DisplayNameTypeint getDisplayNameLength()
void setDisplayName(DisplayNameType[] values)
values - allowed objects are
DisplayNameType
DisplayNameType setDisplayName(int idx,
DisplayNameType value)
value - allowed object is
DisplayNameTypeString getPortletClass()
Stringvoid setPortletClass(String value)
value - allowed object is
StringInitParamType[] getInitParam()
InitParamTypeInitParamType getInitParam(int idx)
InitParamTypeint getInitParamLength()
void setInitParam(InitParamType[] values)
values - allowed objects are
InitParamType
InitParamType setInitParam(int idx,
InitParamType value)
value - allowed object is
InitParamTypeExpirationCacheType getExpirationCache()
ExpirationCacheTypevoid setExpirationCache(ExpirationCacheType value)
value - allowed object is
ExpirationCacheTypeCacheScopeType getCacheScope()
CacheScopeTypevoid setCacheScope(CacheScopeType value)
value - allowed object is
CacheScopeTypeSupportsType[] getSupports()
SupportsTypeSupportsType getSupports(int idx)
SupportsTypeint getSupportsLength()
void setSupports(SupportsType[] values)
values - allowed objects are
SupportsType
SupportsType setSupports(int idx,
SupportsType value)
value - allowed object is
SupportsTypeSupportedLocaleType[] getSupportedLocale()
SupportedLocaleTypeSupportedLocaleType getSupportedLocale(int idx)
SupportedLocaleTypeint getSupportedLocaleLength()
void setSupportedLocale(SupportedLocaleType[] values)
values - allowed objects are
SupportedLocaleType
SupportedLocaleType setSupportedLocale(int idx,
SupportedLocaleType value)
value - allowed object is
SupportedLocaleTypeResourceBundleType getResourceBundle()
ResourceBundleTypevoid setResourceBundle(ResourceBundleType value)
value - allowed object is
ResourceBundleTypePortletInfoType getPortletInfo()
PortletInfoTypevoid setPortletInfo(PortletInfoType value)
value - allowed object is
PortletInfoTypePortletPreferencesType getPortletPreferences()
PortletPreferencesTypevoid setPortletPreferences(PortletPreferencesType value)
value - allowed object is
PortletPreferencesTypeSecurityRoleRefType[] getSecurityRoleRef()
SecurityRoleRefTypeSecurityRoleRefType getSecurityRoleRef(int idx)
SecurityRoleRefTypeint getSecurityRoleRefLength()
void setSecurityRoleRef(SecurityRoleRefType[] values)
values - allowed objects are
SecurityRoleRefType
SecurityRoleRefType setSecurityRoleRef(int idx,
SecurityRoleRefType value)
value - allowed object is
SecurityRoleRefTypeEventDefinitionReferenceType[] getSupportedProcessingEvent()
EventDefinitionReferenceTypeEventDefinitionReferenceType getSupportedProcessingEvent(int idx)
EventDefinitionReferenceTypeint getSupportedProcessingEventLength()
void setSupportedProcessingEvent(EventDefinitionReferenceType[] values)
values - allowed objects are
EventDefinitionReferenceType
EventDefinitionReferenceType setSupportedProcessingEvent(int idx,
EventDefinitionReferenceType value)
value - allowed object is
EventDefinitionReferenceTypeEventDefinitionReferenceType[] getSupportedPublishingEvent()
EventDefinitionReferenceTypeEventDefinitionReferenceType getSupportedPublishingEvent(int idx)
EventDefinitionReferenceTypeint getSupportedPublishingEventLength()
void setSupportedPublishingEvent(EventDefinitionReferenceType[] values)
values - allowed objects are
EventDefinitionReferenceType
EventDefinitionReferenceType setSupportedPublishingEvent(int idx,
EventDefinitionReferenceType value)
value - allowed object is
EventDefinitionReferenceTypeString[] getSupportedPublicRenderParameter()
StringString getSupportedPublicRenderParameter(int idx)
Stringint getSupportedPublicRenderParameterLength()
void setSupportedPublicRenderParameter(String[] values)
values - allowed objects are
String
String setSupportedPublicRenderParameter(int idx,
String value)
value - allowed object is
StringContainerRuntimeOptionType[] 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 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 | |||||||||