com.caucho.jsp
Class PageContextImpl.PageELContext
java.lang.Object
javax.el.ELContext
com.caucho.jsp.el.ServletELContext
com.caucho.jsp.PageContextImpl.PageELContext
- Enclosing class:
- PageContextImpl
public class PageContextImpl.PageELContext
- extends ServletELContext
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PageContextImpl.PageELContext
public PageContextImpl.PageELContext()
getContext
public java.lang.Object getContext(java.lang.Class key)
- Overrides:
getContext in class ELContext
putContext
public void putContext(java.lang.Class key,
java.lang.Object contextObject)
- Overrides:
putContext in class ELContext
clear
public void clear()
getPageContext
public PageContextImpl getPageContext()
getApplication
public ServletContext getApplication()
- Specified by:
getApplication in class ServletELContext
getApplicationScope
public java.lang.Object getApplicationScope()
- Specified by:
getApplicationScope in class ServletELContext
getRequest
public HttpServletRequest getRequest()
- Specified by:
getRequest in class ServletELContext
getRequestScope
public java.lang.Object getRequestScope()
- Specified by:
getRequestScope in class ServletELContext
getSessionScope
public java.lang.Object getSessionScope()
- Overrides:
getSessionScope in class ServletELContext
getELResolver
public ELResolver getELResolver()
- Specified by:
getELResolver in class ELContext
getFunctionMapper
public FunctionMapper getFunctionMapper()
- Specified by:
getFunctionMapper in class ELContext
getVariableMapper
public VariableMapper getVariableMapper()
- Specified by:
getVariableMapper in class ELContext
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object