|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectognl.SimpleNode
ognl.ASTList
public class ASTList
| Field Summary |
|---|
| Fields inherited from class ognl.SimpleNode |
|---|
_children, _id, _parent, _parser |
| Constructor Summary | |
|---|---|
ASTList(int id)
|
|
ASTList(OgnlParser p,
int id)
|
|
| Method Summary | |
|---|---|
Class |
getGetterClass()
The type returned from the expression - if any. |
Class |
getSetterClass()
The type used to set the value - if any. |
protected Object |
getValueBody(OgnlContext context,
Object source)
Subclasses implement this method to do the actual work of extracting the appropriate value from the source object. |
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 |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ASTList(int id)
public ASTList(OgnlParser p,
int id)
| Method Detail |
|---|
protected Object getValueBody(OgnlContext context,
Object source)
throws OgnlException
SimpleNode
getValueBody in class SimpleNodeOgnlExceptionpublic Class getGetterClass()
NodeType
getGetterClass in interface NodeTypepublic Class getSetterClass()
NodeType
getSetterClass in interface NodeTypepublic String toString()
toString in class SimpleNode
public String toGetSourceString(OgnlContext context,
Object target)
JavaSourceExpressionAccessor.get(OgnlContext, Object) calls.
toGetSourceString in interface JavaSourcetoGetSourceString in class SimpleNode
public String toSetSourceString(OgnlContext context,
Object target)
JavaSourceExpressionAccessor.get(OgnlContext, Object) calls.
toSetSourceString in interface JavaSourcetoSetSourceString in class SimpleNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||