|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.JspContext
javax.servlet.jsp.PageContext
com.caucho.jsp.PageContextImpl
com.caucho.jsp.InitPageContextImpl
public class InitPageContextImpl
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.caucho.jsp.PageContextImpl |
---|
PageContextImpl.PageELContext, PageContextImpl.PageFunctionMapper, PageContextImpl.PageVarEnv, PageContextImpl.PageVariableMapper |
Field Summary |
---|
Fields inherited from class com.caucho.jsp.PageContextImpl |
---|
_isFilled |
Fields inherited from class javax.servlet.jsp.PageContext |
---|
APPLICATION, APPLICATION_SCOPE, CONFIG, EXCEPTION, OUT, PAGE, PAGE_SCOPE, PAGECONTEXT, REQUEST, REQUEST_SCOPE, RESPONSE, SESSION, SESSION_SCOPE |
Constructor Summary | |
---|---|
InitPageContextImpl(WebApp webApp,
java.util.HashMap<java.lang.String,java.lang.reflect.Method> functionMap)
|
|
InitPageContextImpl(WebApp webApp,
Servlet servlet)
|
Method Summary | |
---|---|
java.lang.Object |
resolveVariable(java.lang.String name)
Finds an attribute in any of the scopes from page to webApp. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InitPageContextImpl(WebApp webApp, Servlet servlet)
public InitPageContextImpl(WebApp webApp, java.util.HashMap<java.lang.String,java.lang.reflect.Method> functionMap)
Method Detail |
---|
public java.lang.Object resolveVariable(java.lang.String name) throws ELException
resolveVariable
in interface VariableResolver
resolveVariable
in class PageContextImpl
name
- the attribute name.
ELException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |