|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.el.ELContext
org.apache.jasper.el.ELContextImpl
public final class ELContextImpl
Implementation of ELContext
| Constructor Summary | |
|---|---|
ELContextImpl()
|
|
ELContextImpl(javax.el.ELResolver resolver)
|
|
| Method Summary | |
|---|---|
javax.el.ELResolver |
getELResolver()
Retrieves the ELResolver associated with this context. |
javax.el.FunctionMapper |
getFunctionMapper()
Retrieves the FunctionMapper associated with this
ELContext. |
javax.el.VariableMapper |
getVariableMapper()
Retrieves the VariableMapper associated with this
ELContext. |
void |
setFunctionMapper(javax.el.FunctionMapper functionMapper)
|
void |
setVariableMapper(javax.el.VariableMapper variableMapper)
|
| Methods inherited from class javax.el.ELContext |
|---|
getContext, getLocale, isPropertyResolved, putContext, setLocale, setPropertyResolved |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ELContextImpl()
public ELContextImpl(javax.el.ELResolver resolver)
| Method Detail |
|---|
public javax.el.ELResolver getELResolver()
javax.el.ELContextELResolver associated with this context.
The ELContext maintains a reference to the
ELResolver that will be consulted to resolve variables
and properties during an expression evaluation. This method
retrieves the reference to the resolver.
Once an ELContext is constructed, the reference to the
ELResolver associated with the context cannot be changed.
getELResolver in class javax.el.ELContextpublic javax.el.FunctionMapper getFunctionMapper()
javax.el.ELContextFunctionMapper associated with this
ELContext.
getFunctionMapper in class javax.el.ELContextpublic javax.el.VariableMapper getVariableMapper()
javax.el.ELContextVariableMapper associated with this
ELContext.
getVariableMapper in class javax.el.ELContextpublic void setFunctionMapper(javax.el.FunctionMapper functionMapper)
public void setVariableMapper(javax.el.VariableMapper variableMapper)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||