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, getParameterValues
getLocale, isPropertyResolved, setLocale, setPropertyResolved
public java.lang.Object getContext(java.lang.Class key)
getContext
in class ELContext
public void putContext(java.lang.Class key, java.lang.Object contextObject)
putContext
in class ELContext
public void clear()
public PageContextImpl getPageContext()
public ServletContext getApplication()
getApplication
in class ServletELContext
public java.lang.Object getApplicationScope()
getApplicationScope
in class ServletELContext
public HttpServletRequest getRequest()
getRequest
in class ServletELContext
public java.lang.Object getRequestScope()
getRequestScope
in class ServletELContext
public java.lang.Object getSessionScope()
getSessionScope
in class ServletELContext
public ELResolver getELResolver()
getELResolver
in class ELContext
public FunctionMapper getFunctionMapper()
getFunctionMapper
in class ELContext
public VariableMapper getVariableMapper()
getVariableMapper
in class ELContext
public java.lang.String toString()
toString
in class java.lang.Object