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

Uses in package org.apache.velocity.runtime.parser.node

Classes derived from org.apache.velocity.runtime.parser.node.AbstractExecutor

class
Handles discovery and valuation of a boolean object property, of the form public boolean is when executed.
class
Executor that simply tries to execute a get(key) operation.
class
Returned the value of object property when executed.

Methods with return type org.apache.velocity.runtime.parser.node.AbstractExecutor

AbstractExecutor
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.