|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OrderedReturn
Marks an ognl expression Node as needing to have the return portion of a
getter method happen in a specific part of the generated expression vs just having
the whole expression returned in one chunk.
| Method Summary | |
|---|---|
java.lang.String |
getCoreExpression()
Get the core expression to execute first before any return foo logic is started. |
java.lang.String |
getLastExpression()
Gets the last expression to be pre-pended with a return <expression> block. |
| Method Detail |
|---|
java.lang.String getCoreExpression()
java.lang.String getLastExpression()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||