|
Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.7.1) E10684-09 |
|||||||||
| 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.OutputMode>
oracle.adf.view.rich.context.AdfFacesContext.OutputMode
public static enum AdfFacesContext.OutputMode
Enumeration representing OutputModes
| Enum Constant Summary | |
|---|---|
ATTACHMENT |
|
DEFAULT |
|
EMAIL |
|
PORTLET |
|
PRINTABLE |
|
WEB_CRAWLER |
|
| Method Summary | |
|---|---|
static AdfFacesContext.OutputMode |
fromId(java.lang.String id)Returns the OutputMode isntance of null if no id matches. |
java.lang.String |
id() |
java.lang.String |
toString() |
static AdfFacesContext.OutputMode |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static AdfFacesContext.OutputMode[] |
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, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final AdfFacesContext.OutputMode DEFAULT
public static final AdfFacesContext.OutputMode PORTLET
public static final AdfFacesContext.OutputMode PRINTABLE
public static final AdfFacesContext.OutputMode EMAIL
public static final AdfFacesContext.OutputMode ATTACHMENT
public static final AdfFacesContext.OutputMode WEB_CRAWLER
| Method Detail |
|---|
public static AdfFacesContext.OutputMode[] values()
for (AdfFacesContext.OutputMode c : AdfFacesContext.OutputMode.values())
System.out.println(c);
public static AdfFacesContext.OutputMode 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 nullpublic java.lang.String id()
public java.lang.String toString()
toString in class java.lang.Enum<AdfFacesContext.OutputMode>public static AdfFacesContext.OutputMode fromId(java.lang.String id)
null if no id matches.id - of OutputMode to returnjava.lang.NullPointerException - if id is null.java.lang.IllegalArgumentException - if there is no enum with the specified name.
|
Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.7.1) E10684-09 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||