javax.portlet
Annotation Type RenderMode


@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.

Since:
2.0

Annotation Type Required Member Summary
 String name
          Name of the render mode.
 

Annotation Type Member Detail

name

public abstract String name
Name of the render mode.

Returns
render mode name


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.