public class PageContextImpl.PageELContext extends ServletELContext
| Constructor and Description |
|---|
PageELContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
ServletContext |
getApplication() |
java.lang.Object |
getApplicationScope() |
java.lang.Object |
getContext(java.lang.Class key) |
ELResolver |
getELResolver() |
FunctionMapper |
getFunctionMapper() |
PageContextImpl |
getPageContext() |
HttpServletRequest |
getRequest() |
java.lang.Object |
getRequestScope() |
java.lang.Object |
getSessionScope() |
VariableMapper |
getVariableMapper() |
void |
putContext(java.lang.Class key,
java.lang.Object contextObject) |
java.lang.String |
toString() |
getCookie, getHeader, getHeader, getHeaderValues, getHeaderValues, getParameter, getParameter, getParameterValues, getParameterValuesgetLocale, isPropertyResolved, setLocale, setPropertyResolvedpublic java.lang.Object getContext(java.lang.Class key)
getContext in class ELContextpublic void putContext(java.lang.Class key,
java.lang.Object contextObject)
putContext in class ELContextpublic void clear()
public PageContextImpl getPageContext()
public ServletContext getApplication()
getApplication in class ServletELContextpublic java.lang.Object getApplicationScope()
getApplicationScope in class ServletELContextpublic HttpServletRequest getRequest()
getRequest in class ServletELContextpublic java.lang.Object getRequestScope()
getRequestScope in class ServletELContextpublic java.lang.Object getSessionScope()
getSessionScope in class ServletELContextpublic ELResolver getELResolver()
getELResolver in class ELContextpublic FunctionMapper getFunctionMapper()
getFunctionMapper in class ELContextpublic VariableMapper getVariableMapper()
getVariableMapper in class ELContextpublic java.lang.String toString()
toString in class java.lang.Object