org.apache.tapestry.services
Interface ExpressionCache

All Known Implementing Classes:
ExpressionCacheImpl

public interface ExpressionCache

Cache of compiled OGNL expressions.

Since:
4.0
Author:
Howard M. Lewis Ship

Method Summary
 java.lang.Object getCompiledExpression(java.lang.String expression)
          Returns the compiled form of the OGNL expression.
 

Method Detail

getCompiledExpression

java.lang.Object getCompiledExpression(java.lang.String expression)
Returns the compiled form of the OGNL expression.

Throws:
org.apache.hivemind.ApplicationRuntimeException - if the expression is not valid