Uses of Class
org.apache.velocity.runtime.parser.node.AbstractExecutor

Packages that use AbstractExecutor
org.apache.velocity.runtime.parser.node   
 

Uses of AbstractExecutor in org.apache.velocity.runtime.parser.node
 

Subclasses of AbstractExecutor in org.apache.velocity.runtime.parser.node
 class BooleanPropertyExecutor
          Handles discovery and valuation of a boolean object property, of the form public boolean is when executed.
 class GetExecutor
          Executor that simply tries to execute a get(key) operation.
 class PropertyExecutor
          Returned the value of object property when executed.
 

Methods in org.apache.velocity.runtime.parser.node that return AbstractExecutor
private  AbstractExecutor ASTIdentifier.doIntrospection(java.lang.Class data)
          introspects the class to find the method name of the node, or if that fails, treats the reference object as a map and treats the identifier as a key in that map.
 



Copyright © 2003 Apache Software Foundation. All Rights Reserved.