javax.portlet
Annotation Type ProcessAction
@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface ProcessAction
Annotation for marking a method for processing
a specific action.
The GenericPortlet tries to dispatch to methods annotated
with the tag @ProcessAction for any received
processAction call.
- Since:
- 2.0
|
Annotation Type Required Member Summary |
String |
name
Name of the action. |
|
Annotation Type Member Detail |
name
public abstract String name
- Name of the action.
Must be set on the
ActionURL as value of the
parameter javax.portlet.action.
- Returns
- action name
Copyright © 2000, 2008, 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.