public class PortletType
extends java.lang.Object
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>
| Constructor and Description |
|---|
PortletType() |
| Modifier and Type | Method and Description |
|---|---|
CacheScopeType |
getCacheScope()
Gets the value of the cacheScope property.
|
java.util.List<ContainerRuntimeOptionType> |
getContainerRuntimeOption()
Gets the value of the containerRuntimeOption property.
|
java.util.List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
java.util.List<DisplayNameType> |
getDisplayName()
Gets the value of the displayName property.
|
ExpirationCacheType |
getExpirationCache()
Gets the value of the expirationCache property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.util.List<InitParamType> |
getInitParam()
Gets the value of the initParam property.
|
java.lang.String |
getPortletClass()
Gets the value of the portletClass property.
|
PortletInfoType |
getPortletInfo()
Gets the value of the portletInfo property.
|
PortletNameType |
getPortletName()
Gets the value of the portletName property.
|
PortletPreferencesType |
getPortletPreferences()
Gets the value of the portletPreferences property.
|
ResourceBundleType |
getResourceBundle()
Gets the value of the resourceBundle property.
|
java.util.List<SecurityRoleRefType> |
getSecurityRoleRef()
Gets the value of the securityRoleRef property.
|
java.util.List<SupportedLocaleType> |
getSupportedLocale()
Gets the value of the supportedLocale property.
|
java.util.List<EventDefinitionReferenceType> |
getSupportedProcessingEvent()
Gets the value of the supportedProcessingEvent property.
|
java.util.List<java.lang.String> |
getSupportedPublicRenderParameter()
Gets the value of the supportedPublicRenderParameter property.
|
java.util.List<EventDefinitionReferenceType> |
getSupportedPublishingEvent()
Gets the value of the supportedPublishingEvent property.
|
java.util.List<SupportsType> |
getSupports()
Gets the value of the supports property.
|
void |
setCacheScope(CacheScopeType value)
Sets the value of the cacheScope property.
|
void |
setExpirationCache(ExpirationCacheType value)
Sets the value of the expirationCache property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setPortletClass(java.lang.String value)
Sets the value of the portletClass property.
|
void |
setPortletInfo(PortletInfoType value)
Sets the value of the portletInfo property.
|
void |
setPortletName(PortletNameType value)
Sets the value of the portletName property.
|
void |
setPortletPreferences(PortletPreferencesType value)
Sets the value of the portletPreferences property.
|
void |
setResourceBundle(ResourceBundleType value)
Sets the value of the resourceBundle property.
|
protected java.util.List<DescriptionType> description
protected PortletNameType portletName
protected java.util.List<DisplayNameType> displayName
protected java.lang.String portletClass
protected java.util.List<InitParamType> initParam
protected ExpirationCacheType expirationCache
protected CacheScopeType cacheScope
protected java.util.List<SupportsType> supports
protected java.util.List<SupportedLocaleType> supportedLocale
protected ResourceBundleType resourceBundle
protected PortletInfoType portletInfo
protected PortletPreferencesType portletPreferences
protected java.util.List<SecurityRoleRefType> securityRoleRef
protected java.util.List<EventDefinitionReferenceType> supportedProcessingEvent
protected java.util.List<EventDefinitionReferenceType> supportedPublishingEvent
protected java.util.List<java.lang.String> supportedPublicRenderParameter
protected java.util.List<ContainerRuntimeOptionType> containerRuntimeOption
protected java.lang.String id
public java.util.List<DescriptionType> getDescription()
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 description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
public PortletNameType getPortletName()
PortletNameTypepublic void setPortletName(PortletNameType value)
value - allowed object is
PortletNameTypepublic java.util.List<DisplayNameType> getDisplayName()
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 displayName property.
For example, to add a new item, do as follows:
getDisplayName().add(newItem);
Objects of the following type(s) are allowed in the list
DisplayNameType
public java.lang.String getPortletClass()
Stringpublic void setPortletClass(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<InitParamType> getInitParam()
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 initParam property.
For example, to add a new item, do as follows:
getInitParam().add(newItem);
Objects of the following type(s) are allowed in the list
InitParamType
public ExpirationCacheType getExpirationCache()
ExpirationCacheTypepublic void setExpirationCache(ExpirationCacheType value)
value - allowed object is
ExpirationCacheTypepublic CacheScopeType getCacheScope()
CacheScopeTypepublic void setCacheScope(CacheScopeType value)
value - allowed object is
CacheScopeTypepublic java.util.List<SupportsType> getSupports()
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 supports property.
For example, to add a new item, do as follows:
getSupports().add(newItem);
Objects of the following type(s) are allowed in the list
SupportsType
public java.util.List<SupportedLocaleType> getSupportedLocale()
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 supportedLocale property.
For example, to add a new item, do as follows:
getSupportedLocale().add(newItem);
Objects of the following type(s) are allowed in the list
SupportedLocaleType
public ResourceBundleType getResourceBundle()
ResourceBundleTypepublic void setResourceBundle(ResourceBundleType value)
value - allowed object is
ResourceBundleTypepublic PortletInfoType getPortletInfo()
PortletInfoTypepublic void setPortletInfo(PortletInfoType value)
value - allowed object is
PortletInfoTypepublic PortletPreferencesType getPortletPreferences()
PortletPreferencesTypepublic void setPortletPreferences(PortletPreferencesType value)
value - allowed object is
PortletPreferencesTypepublic java.util.List<SecurityRoleRefType> getSecurityRoleRef()
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 securityRoleRef property.
For example, to add a new item, do as follows:
getSecurityRoleRef().add(newItem);
Objects of the following type(s) are allowed in the list
SecurityRoleRefType
public java.util.List<EventDefinitionReferenceType> getSupportedProcessingEvent()
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 supportedProcessingEvent property.
For example, to add a new item, do as follows:
getSupportedProcessingEvent().add(newItem);
Objects of the following type(s) are allowed in the list
EventDefinitionReferenceType
public java.util.List<EventDefinitionReferenceType> getSupportedPublishingEvent()
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 supportedPublishingEvent property.
For example, to add a new item, do as follows:
getSupportedPublishingEvent().add(newItem);
Objects of the following type(s) are allowed in the list
EventDefinitionReferenceType
public java.util.List<java.lang.String> getSupportedPublicRenderParameter()
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 supportedPublicRenderParameter property.
For example, to add a new item, do as follows:
getSupportedPublicRenderParameter().add(newItem);
Objects of the following type(s) are allowed in the list
String
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 getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
String