public class ExpressionCacheImpl extends java.lang.Object implements ExpressionCache, ResetEventListener, ReportStatusListener
| Constructor and Description |
|---|
ExpressionCacheImpl() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public ExpressionCacheImpl()
public void resetEventDidOccur()
resetEventDidOccur in interface ResetEventListenerpublic void reportStatus(ReportStatusEvent event)
reportStatus in interface ReportStatusListenerpublic java.lang.Object getCompiledExpression(java.lang.String expression)
ExpressionCachegetCompiledExpression in interface ExpressionCachepublic void setServiceId(java.lang.String serviceId)