public interface JavaSource
String
embedded with literal java statements.Modifier and Type | Method and Description |
---|---|
String |
toGetSourceString(OgnlContext context,
Object target)
Expected to return a java source representation of itself such that
it could be turned into a literal java expression to be compiled and
executed for
ExpressionAccessor.get(OgnlContext, Object) calls. |
String |
toSetSourceString(OgnlContext context,
Object target)
Expected to return a java source representation of itself such that
it could be turned into a literal java expression to be compiled and
executed for
ExpressionAccessor.get(OgnlContext, Object) calls. |
String toGetSourceString(OgnlContext context, Object target)
ExpressionAccessor.get(OgnlContext, Object)
calls.String toSetSourceString(OgnlContext context, Object target)
ExpressionAccessor.get(OgnlContext, Object)
calls.Copyright © 1997–2021 The Apache Software Foundation. All rights reserved.