|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.task.api.JspUsageEnum
public final class JspUsageEnum
This enumeration class defines symbolic constants for JSP usage patterns. These values are to be used when JSP location information is retrieved from a Web client setting.
JspLocation
,
WebClientSetting
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
static JspUsageEnum |
FAULT
Symbolic constant for a JSP that displays a fault of a task. |
static JspUsageEnum |
INFO
Deprecated. |
static JspUsageEnum |
INPUT
Symbolic constant for a JSP that displays the input of a task. |
static JspUsageEnum |
INSTANCE
Deprecated. |
static JspUsageEnum |
MAP
Symbolic constant for a JSP that maps task data in a HTML form into the format of the task's output. |
static JspUsageEnum |
OUTPUT
Symbolic constant for a JSP that displays the output of a task. |
static JspUsageEnum |
PAGE
Symbolic constant for a JSP that displays all information about a task, including input and output. |
static JspUsageEnum |
TEMPLATE
Deprecated. |
Method Summary | |
---|---|
static JspUsageEnum |
newJspUsageEnum(java.lang.String jspUsageEnum)
Factory method to create a JspUsageEnum by its string representation. |
java.lang.String |
toString()
Returns a string representation of the JspUsageEnum object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final JspUsageEnum PAGE
public static final JspUsageEnum INFO
public static final JspUsageEnum INPUT
public static final JspUsageEnum OUTPUT
public static final JspUsageEnum MAP
public static final JspUsageEnum TEMPLATE
public static final JspUsageEnum INSTANCE
public static final JspUsageEnum FAULT
Method Detail |
---|
public static JspUsageEnum newJspUsageEnum(java.lang.String jspUsageEnum)
PAGE
is set.
jspUsageEnum
- The string representation of a JspUsageEnum.
public java.lang.String toString()
toString
in class java.lang.Object
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |