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
java.lang.Object
javax.el.ELContext
org.apache.tiles.el.ELContextImpl
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
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 |
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.