|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=RUNTIME) public @interface RenderMode
Annotation for marking a method for handling
a specific portlet mode in the render phase.
The GenericPortlet
tries to dispatch to methods annotated
with the tag @RenderMode
for any received render call.
Required Element Summary | |
---|---|
java.lang.String |
name
Name of the render mode. |
Element Detail |
---|
public abstract java.lang.String name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |