org.apache.tapestry.services.impl
Class ExpressionCacheImpl
java.lang.Object
org.apache.tapestry.services.impl.ExpressionCacheImpl
- All Implemented Interfaces:
- EventListener, ReportStatusListener, ResetEventListener, ExpressionCache
public class ExpressionCacheImpl
- extends Object
- implements ExpressionCache, ResetEventListener, ReportStatusListener
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpressionCacheImpl
public ExpressionCacheImpl()
resetEventDidOccur
public void resetEventDidOccur()
- Specified by:
resetEventDidOccur in interface ResetEventListener
reportStatus
public void reportStatus(ReportStatusEvent event)
- Specified by:
reportStatus in interface ReportStatusListener
getCompiledExpression
public Object getCompiledExpression(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(String serviceId)
Copyright © 2006 Apache Software Foundation. All Rights Reserved.