|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.velocity.runtime.parser.node.AbstractExecutor | +--org.apache.velocity.runtime.parser.node.GetExecutor
Executor that simply tries to execute a get(key) operation. This will try to find a get(key) method for any type of object, not just objects that implement the Map interface as was previously the case.
Field Summary | |
private java.lang.Object[] |
args
Container to hold the 'key' part of get(key). |
Fields inherited from class org.apache.velocity.runtime.parser.node.AbstractExecutor |
method |
Constructor Summary | |
GetExecutor(java.lang.Class c,
java.lang.String key)
Default constructor. |
Method Summary | |
java.lang.Object |
execute(java.lang.Object o,
InternalContextAdapter context)
Try and execute the get(key) method for this object. |
Methods inherited from class org.apache.velocity.runtime.parser.node.AbstractExecutor |
isAlive |
Methods inherited from class java.lang.Object |
|
Field Detail |
private java.lang.Object[] args
Constructor Detail |
public GetExecutor(java.lang.Class c, java.lang.String key) throws java.lang.Exception
Method Detail |
public java.lang.Object execute(java.lang.Object o, InternalContextAdapter context)
execute
in class AbstractExecutor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |