|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 12c Release 1 (12.1.2.0.0) E23185-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<AdfFacesContext.PayloadType>
oracle.adf.view.rich.context.AdfFacesContext.PayloadType
public static enum AdfFacesContext.PayloadType
Enumeration of the types of postback payloads supported by ADF.
| Enum Constant Summary | |
|---|---|
DIRTYIndicates that the postback payload has been filtered such that values corresponding to unmodified input components may be omitted from the payload. |
|
FULLIndicates that the postback payload contains the full, unfiltered set of postback data. |
|
| Method Summary | |
|---|---|
String |
displayName()Returns the PayloadType constant's displayName. |
static AdfFacesContext.PayloadType |
valueOf(String name)Returns the enum constant of this type with the specified name. |
static AdfFacesContext.PayloadType |
valueOfDisplayName(String displayName)Returns the PaylaodType constant associated with the specified displayName. |
static AdfFacesContext.PayloadType[] |
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 AdfFacesContext.PayloadType FULL
public static final AdfFacesContext.PayloadType DIRTY
| Method Detail |
|---|
public static AdfFacesContext.PayloadType[] values()
for (AdfFacesContext.PayloadType c : AdfFacesContext.PayloadType.values())
System.out.println(c);
public static AdfFacesContext.PayloadType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String displayName()
public static AdfFacesContext.PayloadType valueOfDisplayName(String displayName)
displayName - the displayName to look upIllegalArgumentException - if the displayName does not correspond to an PayloadType constant.
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 12c Release 1 (12.1.2.0.0) E23185-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
Copyright © 2013 Oracle Corporation. All Rights Reserved.