org.apache.tiles.evaluator.el
Class ELContextImpl

java.lang.Object
  extended by ELContext
      extended by org.apache.tiles.el.ELContextImpl
          extended by org.apache.tiles.evaluator.el.ELContextImpl

Deprecated. Use ELContextImpl.

public final class ELContextImpl
extends ELContextImpl

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

Since:
2.1.0

Constructor Summary
ELContextImpl(ELResolver resolver)
          Deprecated. Use ELContextImpl.ELContextImpl(ELResolver).
 
Method Summary
 
Methods inherited from class org.apache.tiles.el.ELContextImpl
getELResolver, getFunctionMapper, getVariableMapper, setFunctionMapper, setVariableMapper
 
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)
Deprecated. Use ELContextImpl.ELContextImpl(ELResolver).

Constructor.

Parameters:
resolver - The resolver to use.