Package jakarta.portlet
Annotation Type RenderMode
-
@Target(METHOD) @Retention(RUNTIME) public @interface RenderMode
Annotation for marking a method for handling a specific portlet mode in the render phase. TheGenericPortlettries to dispatch to methods annotated with the tag@RenderModefor any received render call.- Since:
- 2.0
-
-
Element Detail
-
name
String name
Name of the render mode.- Returns:
- render mode name
-
-