org.apache.velocity.runtime.parser.node
public abstract class AbstractExecutor extends Object
Version: $Id: AbstractExecutor.java,v 1.12.4.1 2004/03/03 23:22:59 geirm Exp $
Field Summary | |
---|---|
protected Method | method
Method to be executed. |
protected RuntimeLogger | rlog |
Method Summary | |
---|---|
abstract Object | execute(Object o)
Execute method against context. |
Method | getMethod() |
boolean | isAlive()
Tell whether the executor is alive by looking
at the value of the method. |