Package jakarta.portlet.annotations
Annotation Type PortletConfigurations
-
@Retention(RUNTIME) @Target(TYPE) public @interface PortletConfigurations
Annotation for configuration of multiple portlets.- Since:
- 3.0
- See Also:
PortletConfiguration
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description PortletConfiguration[]valueThe portlet configurations.
-
-
-
Element Detail
-
value
PortletConfiguration[] value
The portlet configurations. Each array entry contains the configuration for a single portlet.- Returns:
- An array of portlet configurations
-
-