|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.valueclass.portlet.app200.PortletType
public class 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>
| Field Summary | |
|---|---|
protected CacheScopeType |
cacheScope
|
protected ContainerRuntimeOptionType[] |
containerRuntimeOption
|
protected DescriptionType[] |
description
|
protected DisplayNameType[] |
displayName
|
protected ExpirationCacheType |
expirationCache
|
protected String |
id
|
protected InitParamType[] |
initParam
|
protected String |
portletClass
|
protected PortletInfoType |
portletInfo
|
protected PortletNameType |
portletName
|
protected PortletPreferencesType |
portletPreferences
|
protected ResourceBundleType |
resourceBundle
|
protected SecurityRoleRefType[] |
securityRoleRef
|
protected SupportedLocaleType[] |
supportedLocale
|
protected EventDefinitionReferenceType[] |
supportedProcessingEvent
|
protected String[] |
supportedPublicRenderParameter
|
protected EventDefinitionReferenceType[] |
supportedPublishingEvent
|
protected SupportsType[] |
supports
|
| Constructor Summary | |
|---|---|
PortletType()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.portlet.app200.PortletType instance. |
|
PortletType(PortletType o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.portlet.app200.PortletType instance by copying a given instance. |
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DescriptionType[] description
protected PortletNameType portletName
protected DisplayNameType[] displayName
protected String portletClass
protected InitParamType[] initParam
protected ExpirationCacheType expirationCache
protected CacheScopeType cacheScope
protected SupportsType[] supports
protected SupportedLocaleType[] supportedLocale
protected ResourceBundleType resourceBundle
protected PortletInfoType portletInfo
protected PortletPreferencesType portletPreferences
protected SecurityRoleRefType[] securityRoleRef
protected EventDefinitionReferenceType[] supportedProcessingEvent
protected EventDefinitionReferenceType[] supportedPublishingEvent
protected String[] supportedPublicRenderParameter
protected ContainerRuntimeOptionType[] containerRuntimeOption
protected String id
| Constructor Detail |
|---|
public PortletType()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.portlet.app200.PortletType instance.
public PortletType(PortletType o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.portlet.app200.PortletType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public DescriptionType[] getDescription()
DescriptionTypepublic DescriptionType getDescription(int idx)
DescriptionTypepublic int getDescriptionLength()
public void setDescription(DescriptionType[] values)
values - allowed objects are
DescriptionType
public DescriptionType setDescription(int idx,
DescriptionType value)
value - allowed object is
DescriptionTypepublic PortletNameType getPortletName()
PortletNameTypepublic void setPortletName(PortletNameType value)
value - allowed object is
PortletNameTypepublic DisplayNameType[] getDisplayName()
DisplayNameTypepublic DisplayNameType getDisplayName(int idx)
DisplayNameTypepublic int getDisplayNameLength()
public void setDisplayName(DisplayNameType[] values)
values - allowed objects are
DisplayNameType
public DisplayNameType setDisplayName(int idx,
DisplayNameType value)
value - allowed object is
DisplayNameTypepublic String getPortletClass()
Stringpublic void setPortletClass(String value)
value - allowed object is
Stringpublic InitParamType[] getInitParam()
InitParamTypepublic InitParamType getInitParam(int idx)
InitParamTypepublic int getInitParamLength()
public void setInitParam(InitParamType[] values)
values - allowed objects are
InitParamType
public InitParamType setInitParam(int idx,
InitParamType value)
value - allowed object is
InitParamTypepublic ExpirationCacheType getExpirationCache()
ExpirationCacheTypepublic void setExpirationCache(ExpirationCacheType value)
value - allowed object is
ExpirationCacheTypepublic CacheScopeType getCacheScope()
CacheScopeTypepublic void setCacheScope(CacheScopeType value)
value - allowed object is
CacheScopeTypepublic SupportsType[] getSupports()
SupportsTypepublic SupportsType getSupports(int idx)
SupportsTypepublic int getSupportsLength()
public void setSupports(SupportsType[] values)
values - allowed objects are
SupportsType
public SupportsType setSupports(int idx,
SupportsType value)
value - allowed object is
SupportsTypepublic SupportedLocaleType[] getSupportedLocale()
SupportedLocaleTypepublic SupportedLocaleType getSupportedLocale(int idx)
SupportedLocaleTypepublic int getSupportedLocaleLength()
public void setSupportedLocale(SupportedLocaleType[] values)
values - allowed objects are
SupportedLocaleType
public SupportedLocaleType setSupportedLocale(int idx,
SupportedLocaleType value)
value - allowed object is
SupportedLocaleTypepublic 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 SecurityRoleRefType[] getSecurityRoleRef()
SecurityRoleRefTypepublic SecurityRoleRefType getSecurityRoleRef(int idx)
SecurityRoleRefTypepublic int getSecurityRoleRefLength()
public void setSecurityRoleRef(SecurityRoleRefType[] values)
values - allowed objects are
SecurityRoleRefType
public SecurityRoleRefType setSecurityRoleRef(int idx,
SecurityRoleRefType value)
value - allowed object is
SecurityRoleRefTypepublic EventDefinitionReferenceType[] getSupportedProcessingEvent()
EventDefinitionReferenceTypepublic EventDefinitionReferenceType getSupportedProcessingEvent(int idx)
EventDefinitionReferenceTypepublic int getSupportedProcessingEventLength()
public void setSupportedProcessingEvent(EventDefinitionReferenceType[] values)
values - allowed objects are
EventDefinitionReferenceType
public EventDefinitionReferenceType setSupportedProcessingEvent(int idx,
EventDefinitionReferenceType value)
value - allowed object is
EventDefinitionReferenceTypepublic EventDefinitionReferenceType[] getSupportedPublishingEvent()
EventDefinitionReferenceTypepublic EventDefinitionReferenceType getSupportedPublishingEvent(int idx)
EventDefinitionReferenceTypepublic int getSupportedPublishingEventLength()
public void setSupportedPublishingEvent(EventDefinitionReferenceType[] values)
values - allowed objects are
EventDefinitionReferenceType
public EventDefinitionReferenceType setSupportedPublishingEvent(int idx,
EventDefinitionReferenceType value)
value - allowed object is
EventDefinitionReferenceTypepublic String[] getSupportedPublicRenderParameter()
Stringpublic String getSupportedPublicRenderParameter(int idx)
Stringpublic int getSupportedPublicRenderParameterLength()
public void setSupportedPublicRenderParameter(String[] values)
values - allowed objects are
String
public String setSupportedPublicRenderParameter(int idx,
String value)
value - allowed object is
Stringpublic ContainerRuntimeOptionType[] getContainerRuntimeOption()
ContainerRuntimeOptionTypepublic ContainerRuntimeOptionType getContainerRuntimeOption(int idx)
ContainerRuntimeOptionTypepublic int getContainerRuntimeOptionLength()
public void setContainerRuntimeOption(ContainerRuntimeOptionType[] values)
values - allowed objects are
ContainerRuntimeOptionType
public ContainerRuntimeOptionType setContainerRuntimeOption(int idx,
ContainerRuntimeOptionType value)
value - allowed object is
ContainerRuntimeOptionTypepublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic void copyDescription(DescriptionType[] source)
Description.
source - The source to copy from.
NullPointerException - if source is null.public void copyDisplayName(DisplayNameType[] source)
DisplayName.
source - The source to copy from.
NullPointerException - if source is null.public void copyInitParam(InitParamType[] source)
InitParam.
source - The source to copy from.
NullPointerException - if source is null.public void copySupports(SupportsType[] source)
Supports.
source - The source to copy from.
NullPointerException - if source is null.public void copySupportedLocale(SupportedLocaleType[] source)
SupportedLocale.
source - The source to copy from.
NullPointerException - if source is null.public void copySecurityRoleRef(SecurityRoleRefType[] source)
SecurityRoleRef.
source - The source to copy from.
NullPointerException - if source is null.public void copySupportedProcessingEvent(EventDefinitionReferenceType[] source)
SupportedProcessingEvent.
source - The source to copy from.
NullPointerException - if source is null.public void copySupportedPublishingEvent(EventDefinitionReferenceType[] source)
SupportedPublishingEvent.
source - The source to copy from.
NullPointerException - if source is null.public void copySupportedPublicRenderParameter(String[] source)
SupportedPublicRenderParameter.
source - The source to copy from.
NullPointerException - if source is null.public void copyContainerRuntimeOption(ContainerRuntimeOptionType[] source)
ContainerRuntimeOption.
source - The source to copy from.
NullPointerException - if source is null.public PortletType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||