@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface RenderMode
GenericPortlet
tries to dispatch to methods annotated
with the tag @RenderMode
for any received render call.Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
name
Name of the render mode.
|