|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectELContext
org.apache.tiles.el.ELContextImpl
public class ELContextImpl
Implementation of ELContext.
Copied from Apache Tomcat 6.0.16 source code.
| Constructor Summary | |
|---|---|
ELContextImpl(ELResolver resolver)
Constructor. |
|
| Method Summary | |
|---|---|
ELResolver |
getELResolver()
|
FunctionMapper |
getFunctionMapper()
|
VariableMapper |
getVariableMapper()
|
void |
setFunctionMapper(FunctionMapper functionMapper)
Sets the function mapper to use. |
void |
setVariableMapper(VariableMapper variableMapper)
Sets the variable mapper to use. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ELContextImpl(ELResolver resolver)
resolver - The resolver to use.| Method Detail |
|---|
public ELResolver getELResolver()
public FunctionMapper getFunctionMapper()
public VariableMapper getVariableMapper()
public void setFunctionMapper(FunctionMapper functionMapper)
functionMapper - The function mapper.public void setVariableMapper(VariableMapper variableMapper)
variableMapper - The variable mapper.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||