org.apache.tiles.el
Class ELContextImpl

java.lang.Object
  extended by ELContext
      extended by org.apache.tiles.el.ELContextImpl
Direct Known Subclasses:
ELContextImpl

public class ELContextImpl
extends ELContext

Implementation of ELContext.
Copied from Apache Tomcat 6.0.16 source code.

Since:
2.2.1

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

ELContextImpl

public ELContextImpl(ELResolver resolver)
Constructor.

Parameters:
resolver - The resolver to use.
Method Detail

getELResolver

public ELResolver getELResolver()


getFunctionMapper

public FunctionMapper getFunctionMapper()


getVariableMapper

public VariableMapper getVariableMapper()


setFunctionMapper

public void setFunctionMapper(FunctionMapper functionMapper)
Sets the function mapper to use.

Parameters:
functionMapper - The function mapper.
Since:
2.2.1

setVariableMapper

public void setVariableMapper(VariableMapper variableMapper)
Sets the variable mapper to use.

Parameters:
variableMapper - The variable mapper.
Since:
2.2.1