This project has retired. For details please refer to its Attic page.
ELContextImpl (Tiles 2 2.2.2 API)

org.apache.tiles.evaluator.el
Class ELContextImpl

Package class diagram package ELContextImpl
java.lang.Object
  extended by javax.el.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(javax.el.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 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(javax.el.ELResolver resolver)
Deprecated. Use ELContextImpl.ELContextImpl(ELResolver).

Constructor.

Parameters:
resolver - The resolver to use.


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