Package jakarta.portlet.annotations
Annotation Type CustomWindowState
-
@Retention(RUNTIME) @Target(ANNOTATION_TYPE) public @interface CustomWindowState
This annotation is used within composite portlet configuration annotations to represent a custom window state. It cannot be used as a stand-alone portlet annotation.- Since:
- 3.0
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description LocaleString[]descriptionProvides locale-specific text describing the custom window state for use by the portal application or by tools.
-
-
-
Element Detail
-
name
String name
The custom window state name.The name by which the window state is identified.
- Returns:
- The custom window state name
-
-
-
description
LocaleString[] description
Provides locale-specific text describing the custom window state for use by the portal application or by tools.- Returns:
- The custom window state description
- Default:
- {}
-
-