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 ResetEventListener
public void reportStatus(ReportStatusEvent event)
reportStatus
in interface ReportStatusListener
public java.lang.Object getCompiledExpression(java.lang.String expression)
ExpressionCache
getCompiledExpression
in interface ExpressionCache
public void setServiceId(java.lang.String serviceId)