|
|||||||||
| Home >> All >> com >> aendvari >> common >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.aendvari.common.util
Interface ServletUtil.Scope

- Enclosing interface:
- ServletUtil
- public static interface ServletUtil.Scope
Constants for scope searches. Related to
javax.servlet.jsp.PageContext values.
| Field Summary | |
static java.lang.String |
Application
Specifies the PageContext.APPLICATION_SCOPE. |
static java.lang.String |
Page
Specifies the PageContext.PAGE_SCOPE. |
static java.lang.String |
Request
Specifies the PageContext.REQUEST_SCOPE. |
static java.lang.String |
Session
Specifies the PageContext.SESSION_SCOPE. |
| Field Detail |
Application
public static final java.lang.String Application
- Specifies the PageContext.APPLICATION_SCOPE.
- See Also:
- Constant Field Values
Page
public static final java.lang.String Page
- Specifies the PageContext.PAGE_SCOPE.
- See Also:
- Constant Field Values
Request
public static final java.lang.String Request
- Specifies the PageContext.REQUEST_SCOPE.
- See Also:
- Constant Field Values
Session
public static final java.lang.String Session
- Specifies the PageContext.SESSION_SCOPE.
- See Also:
- Constant Field Values
|
|||||||||
| Home >> All >> com >> aendvari >> common >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC