| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Utility class to transform Strings to scopes:
page will be transformed to
javax.servlet.jsp.PageContext#PAGE_SCOPE
request will be transformed to
javax.servlet.jsp.PageContext#REQUEST_SCOPE
session will be transformed to
javax.servlet.jsp.PageContext#SESSION_SCOPE
application will be transformed to
javax.servlet.jsp.PageContext#APPLICATION_SCOPE
| Field Summary | |
final static String | SCOPE_APPLICATIONconstant identifying the application scope String |
final static String | SCOPE_PAGEconstant identifying the page scope String |
final static String | SCOPE_REQUESTconstant identifying the request scope String |
final static String | SCOPE_SESSIONconstant identifying the session scope String |
| Method Summary | |
static int | getScope(String scope)Determines the scope for a given input String. |
| Field Detail |
public final static String SCOPE_APPLICATION
public final static String SCOPE_PAGE
public final static String SCOPE_REQUEST
public final static String SCOPE_SESSION
| Method Detail |
public static int getScope(String scope)
| Association Links |
to Class java.lang.String
to Class java.lang.String
to Class java.lang.String
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||