|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectjavax.el.ELContext
org.apache.tiles.evaluator.el.ELContextImpl
public final class ELContextImpl
Implementation of ELContext.
Copied from Apache Tomcat 6.0.16 source code.
| Constructor Summary | |
|---|---|
ELContextImpl(javax.el.ELResolver resolver)
Constructor. |
|
| Method Summary | |
|---|---|
javax.el.ELResolver |
getELResolver()
|
javax.el.FunctionMapper |
getFunctionMapper()
|
javax.el.VariableMapper |
getVariableMapper()
|
void |
setFunctionMapper(javax.el.FunctionMapper functionMapper)
Sets the function mapper to use. |
void |
setVariableMapper(javax.el.VariableMapper variableMapper)
Sets the variable mapper to use. |
| 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(javax.el.ELResolver resolver)
resolver - The resolver to use.| Method Detail |
|---|
public javax.el.ELResolver getELResolver()
getELResolver in class javax.el.ELContextpublic javax.el.FunctionMapper getFunctionMapper()
getFunctionMapper in class javax.el.ELContextpublic javax.el.VariableMapper getVariableMapper()
getVariableMapper in class javax.el.ELContextpublic void setFunctionMapper(javax.el.FunctionMapper functionMapper)
functionMapper - The function mapper.public void setVariableMapper(javax.el.VariableMapper variableMapper)
variableMapper - The variable mapper.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||