|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
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.2) E14255-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
Copyright © 2010, Oracle. All rights reserved.