org.apache.tiles.el
Class ELContextImpl

Package class diagram package ELContextImpl
java.lang.Object
  extended by javax.el.ELContext
      extended by org.apache.tiles.el.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 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

ELContextImpl

public ELContextImpl(ELResolver resolver)
Constructor.

Parameters:
resolver - The resolver to use.
Method Detail

getELResolver

public ELResolver getELResolver()

Specified by:
getELResolver in class ELContext

getFunctionMapper

public FunctionMapper getFunctionMapper()

Specified by:
getFunctionMapper in class ELContext

getVariableMapper

public VariableMapper getVariableMapper()

Specified by:
getVariableMapper in class ELContext

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


Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.