public class InitPageContextImpl extends PageContextImpl
PageContextImpl.PageELContext, PageContextImpl.PageFunctionMapper, PageContextImpl.PageVarEnv, PageContextImpl.PageVariableMapper
_isFilled
APPLICATION, APPLICATION_SCOPE, CONFIG, EXCEPTION, OUT, PAGE, PAGE_SCOPE, PAGECONTEXT, REQUEST, REQUEST_SCOPE, RESPONSE, SESSION, SESSION_SCOPE
Constructor and Description |
---|
InitPageContextImpl(WebApp webApp,
java.util.HashMap<java.lang.String,java.lang.reflect.Method> functionMap) |
InitPageContextImpl(WebApp webApp,
Servlet servlet) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
resolveVariable(java.lang.String name)
Finds an attribute in any of the scopes from page to webApp.
|
applicationSetOrRemove, clearAttributes, createExpr, defaultSetOrRemove, encode, encode, fillAttribute, findAttribute, forward, forward, getApplication, getAttribute, getAttribute, getAttributeNames, getAttributeNamesInScope, getAttributesScope, getBundle, getCauchoRequest, getCauchoResponse, getELContext, getErrorData, getErrorPage, getException, getExpressionEvaluator, getLocale, getLocale, getLocalizedMessage, getLocalizedMessage, getNodeEnv, getOut, getPage, getRequest, getResponse, getServletConfig, getServletContext, getSession, getSessionScope, getThrowable, getTopWriter, getVarEnv, getVariableResolver, handlePageException, handlePageException, include, include, include, init, initialize, initialize, invoke, invokeReader, invokeTrim, isIgnoreException, pageSetOrRemove, popAndReleaseBody, popBody, printBody, pushBody, pushBody, putAttribute, release, releaseBody, removeAttribute, removeAttribute, requestSetOrRemove, sessionSetOrRemove, setAttribute, setAttribute, setErrorPage, setMap, setNodeEnv, setOut, setWriter, toBoolean
public InitPageContextImpl(WebApp webApp, java.util.HashMap<java.lang.String,java.lang.reflect.Method> functionMap)
public java.lang.Object resolveVariable(java.lang.String name) throws ELException
resolveVariable
in interface VariableResolver
resolveVariable
in class PageContextImpl
name
- the attribute name.ELException