|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.4.0) E15995-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Object
java.lang.Enum<ResourceActionHandler.ResourceActionedResult>
oracle.webcenter.framework.resource.view.ResourceActionHandler.ResourceActionedResult
public static enum ResourceActionHandler.ResourceActionedResult
This enum describes the values that should be returned by the resourceActioned() method to indicate what action the WebCenter service framework should take.
| Enum Constant Summary | |
|---|---|
DEFAULTLet the usage of the resourceActionBehaviour tag determine what action should be taken (ADF inline popup or RAH navigation). |
|
DO_NAVIGATIONHandle the action using the RAH navigation APIs viewTaskflow(), viewPage() or viewResourceAsPage(). |
|
DO_POPUPHandle this action using the ADF inline popup on the page (where available), otherwise invoke the RAH navigation. |
|
HANDLEDThe action has already been handled by the resourceActioned() API and the WebCenter service framework should do nothing further with regards to this action. |
|
| Method Summary | |
|---|---|
static ResourceActionHandler.ResourceActionedResult |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static ResourceActionHandler.ResourceActionedResult[] |
values()Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ResourceActionHandler.ResourceActionedResult DEFAULT
public static final ResourceActionHandler.ResourceActionedResult DO_POPUP
public static final ResourceActionHandler.ResourceActionedResult DO_NAVIGATION
public static final ResourceActionHandler.ResourceActionedResult HANDLED
| Method Detail |
|---|
public static ResourceActionHandler.ResourceActionedResult[] values()
for (ResourceActionHandler.ResourceActionedResult c : ResourceActionHandler.ResourceActionedResult.values())
System.out.println(c);
public static ResourceActionHandler.ResourceActionedResult valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.4.0) E15995-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||