@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface CustomPortletMode
Modifier and Type | Required Element and Description |
---|---|
String |
name
The custom portlet mode name.
|
Modifier and Type | Optional Element and Description |
---|---|
LocaleString[] |
description
Provides locale-specific text describing the custom portlet mode for use by the portal application or by tools.
|
boolean |
portalManaged
The portal managed flag.
|
public abstract String name
The name by which the portlet mode is identified.
public abstract LocaleString[] description
Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.