Method Summary |
|
public static Map | createApplicationScopeMap(PageContext pContext) |
public static Map | createCookieMap(PageContext pContext) Creates the Map that maps cookie name to the first matching
Cookie in request.getCookies(). |
public static Map | createHeaderMap(PageContext pContext) Creates the Map that maps header name to single header
value. |
public static Map | createHeadersMap(PageContext pContext) Creates the Map that maps header name to an array of header
values. |
public static Map | createInitParamMap(PageContext pContext) Creates the Map that maps init parameter name to single init
parameter value. |
public static Map | createPageScopeMap(PageContext pContext) |
public static Map | createParamMap(PageContext pContext) Creates the Map that maps parameter name to single parameter
value. |
public static Map | createParamsMap(PageContext pContext) Creates the Map that maps parameter name to an array of parameter
values. |
public static Map | createRequestScopeMap(PageContext pContext) |
public static Map | createSessionScopeMap(PageContext pContext) |
public Map | getApplicationScopeMap() |
public Map | getCookieMap() Returns the Map that maps cookie name to the first matching
Cookie in request.getCookies(). |
public Map | getHeaderMap() Returns the Map that maps header name to a single header
values. |
public Map | getHeadersMap() Returns the Map that maps header name to an array of header
values. |
public static ImplicitObjects | getImplicitObjects(PageContext pContext) Finds the ImplicitObjects associated with the PageContext,
creating it if it doesn't yet exist. |
public Map | getInitParamMap() Returns the Map that maps init parameter name to a single init
parameter values. |
public Map | getPageScopeMap() |
public Map | getParamMap() Returns the Map that maps parameter name to a single parameter
values. |
public Map | getParamsMap() Returns the Map that maps parameter name to an array of parameter
values. |
public Map | getRequestScopeMap() |
public Map | getSessionScopeMap() |