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

Packages that use AbstractExecutor
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
 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 MapGetExecutor
          GetExecutor that is smart about Maps.
 class PropertyExecutor
          Returned the value of object property when executed.
 

Uses of AbstractExecutor in org.apache.velocity.util.introspection
 

Constructors in org.apache.velocity.util.introspection with parameters of type AbstractExecutor
UberspectImpl.VelGetterImpl(AbstractExecutor exec)
           
 



Copyright © 2000-2007 The Apache Software Foundation. All Rights Reserved.