| 
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@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.
| Annotation Type Required Member Summary | |
|---|---|
 String | 
name
Name of the action.  | 
| Annotation Type Member Detail | 
|---|
public abstract String name
ActionURL as value of the 
 parameter javax.portlet.action.
  | 
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||