|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JavaSource
Defines an object that can return a representation of itself and any objects it contains in the form of a
String
embedded with literal java statements.
Method Summary | |
---|---|
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. |
Method Detail |
---|
String toGetSourceString(OgnlContext context, Object target)
ExpressionAccessor.get(OgnlContext, Object)
calls.
String toSetSourceString(OgnlContext context, Object target)
ExpressionAccessor.get(OgnlContext, Object)
calls.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |