org.apache.tapestry.services.impl
Class ExpressionCacheImpl

java.lang.Object
  extended byorg.apache.tapestry.services.impl.ExpressionCacheImpl
All Implemented Interfaces:
java.util.EventListener, ExpressionCache, ResetEventListener

public class ExpressionCacheImpl
extends java.lang.Object
implements ExpressionCache, ResetEventListener

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
ExpressionCacheImpl()
           
 
Method Summary
 java.lang.Object getCompiledExpression(java.lang.String expression)
          Returns the compiled form of the OGNL expression.
 void resetEventDidOccur()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpressionCacheImpl

public ExpressionCacheImpl()
Method Detail

resetEventDidOccur

public void resetEventDidOccur()
Specified by:
resetEventDidOccur in interface ResetEventListener

getCompiledExpression

public java.lang.Object getCompiledExpression(java.lang.String expression)
Description copied from interface: ExpressionCache
Returns the compiled form of the OGNL expression.

Specified by:
getCompiledExpression in interface ExpressionCache