@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface PublicRenderParameterDefinition
Modifier and Type | Required Element and Description |
---|---|
String |
identifier
The public render parameter identifier.
|
PortletQName |
qname
The public render parameter Qname.
|
Modifier and Type | Optional Element and Description |
---|---|
LocaleString[] |
description
Provides locale-specific text describing the public render parameter for use by the portal application or by tools.
|
LocaleString[] |
displayName
The display-name type contains a locale-specific short name that is intended to be displayed by tools.
|
public abstract String identifier
This identifier is used as the public render parameter name in the portlet parameter handling interfaces.
The public render parameter identifier must be unique within the portlet application.
PortletConfig#getPublicRenderParameterNames
public abstract PortletQName qname
The public render parameter qname must be unique within the portlet application.
QName
,
Qname definitionpublic abstract LocaleString[] description
public abstract LocaleString[] displayName
Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.