|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.velocity.runtime.parser.node.AbstractExecutor
org.apache.velocity.runtime.parser.node.MapGetExecutor
public class MapGetExecutor
GetExecutor that is smart about Maps. If it detects one, it does not use Reflection but a cast to access the getter.
Field Summary |
---|
Fields inherited from class org.apache.velocity.runtime.parser.node.AbstractExecutor |
---|
log |
Constructor Summary | |
---|---|
MapGetExecutor(Log log,
java.lang.Class clazz,
java.lang.String property)
|
Method Summary | |
---|---|
protected void |
discover(java.lang.Class clazz)
|
java.lang.Object |
execute(java.lang.Object o)
Execute method against context. |
Methods inherited from class org.apache.velocity.runtime.parser.node.AbstractExecutor |
---|
getMethod, isAlive, setMethod |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapGetExecutor(Log log, java.lang.Class clazz, java.lang.String property)
Method Detail |
---|
protected void discover(java.lang.Class clazz)
public java.lang.Object execute(java.lang.Object o)
AbstractExecutor
execute
in class AbstractExecutor
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |