org.apache.pluto.descriptors.portlet
Class PublicRenderParamDD
java.lang.Object
org.apache.pluto.descriptors.portlet.PublicRenderParamDD
public class PublicRenderParamDD
- extends java.lang.Object
Initialization Event Definitions
- Author:
- Torsten Dettborn
The public-render-parameters defines a render parameter that is allowed to be public
with other portlets.
The identifier must be used for referencing this public render parameter in the portlet code.
Used in: portlet-app
Java class for public-render-parameterType complex type.
The following schema fragment specifies the expected content contained within this class.
<annotation>
The public-render-parameters defines a render parameter that is allowed to be public
and thus be shared with other portlets.
The identifier must be used for referencing this public render parameter in the portlet code.
Used in: portlet-app
</annotation>
<attribute name="id" type="string" use="optional"/>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PublicRenderParamDD
public PublicRenderParamDD()
getDescription
public java.lang.String getDescription()
- Returns:
- the description
setDescription
public void setDescription(java.lang.String description)
- Parameters:
description
- The description to set
getIdentifier
public java.lang.String getIdentifier()
- Returns:
- the ID
setIdentifier
public void setIdentifier(java.lang.String id)
- Parameters:
id
- The ID to set
getName
public javax.xml.namespace.QName getName()
- Returns:
- the name
setName
public void setName(javax.xml.namespace.QName qname)
- Parameters:
name
- The name to set
getAlias
public java.util.List<javax.xml.namespace.QName> getAlias()
- Returns:
- Returns the alias.
setAlias
public void setAlias(java.util.List<javax.xml.namespace.QName> alias)
- Parameters:
alias
- The alias to set.
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.