|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExpressionCache
Cache of compiled OGNL expressions.
Method Summary | |
---|---|
Object |
getCompiledExpression(Object target,
String expression)
Returns the compiled ognl expression for the given target object class / expression combination. |
Object |
getCompiledExpression(String expression)
Returns the compiled form of the OGNL expression. |
Method Detail |
---|
Object getCompiledExpression(String expression)
org.apache.hivemind.ApplicationRuntimeException
- if the expression is not validObject getCompiledExpression(Object target, String expression)
target
- The object this expression is to be used for.expression
- The expression.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |