Uses of Class
org.apache.velocity.runtime.parser.node.AbstractExecutor
-
Packages that use AbstractExecutor Package Description org.apache.velocity.runtime.parser.node org.apache.velocity.util.introspection -
-
Uses of AbstractExecutor in org.apache.velocity.runtime.parser.node
Subclasses of AbstractExecutor in org.apache.velocity.runtime.parser.node Modifier and Type Class Description classBooleanPropertyExecutorHandles discovery and valuation of a boolean object property, of the form public boolean is<property> when executed.classGetExecutorExecutor that simply tries to execute a get(key) operation.classMapGetExecutorGetExecutor that is smart about Maps.classPropertyExecutorReturned the value of object property when executed.classPublicFieldExecutorReturns the value of a public field when executed. -
Uses of AbstractExecutor in org.apache.velocity.util.introspection
Constructors in org.apache.velocity.util.introspection with parameters of type AbstractExecutor Constructor Description VelGetterImpl(AbstractExecutor exec)
-