org.apache.tapestry.services.impl
Class ExpressionCacheImpl

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

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

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 reportStatus(ReportStatusEvent event)
           
 void resetEventDidOccur()
           
 void setServiceId(java.lang.String serviceId)
           
 
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

reportStatus

public void reportStatus(ReportStatusEvent event)
Specified by:
reportStatus in interface ReportStatusListener

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

setServiceId

public void setServiceId(java.lang.String serviceId)