|
terp - the Codemesh Modular Template Interpreter v1.3.304 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.codemesh.terp.api.Executor.AbstractExecutor<T>
public abstract static class Executor.AbstractExecutor<T>
A convenient base class for your own custom executors.
It maps the Executor.execute(List) method to
the Executor.execute(List) method by passing the TerpEvaluator
returned by TerpEvaluatorImpl.getInstance() as the second argument and
null as the context.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.codemesh.terp.api.Executor |
|---|
Executor.AbstractExecutor<T>, Executor.ForMethod |
| Constructor Summary | |
|---|---|
Executor.AbstractExecutor()
|
|
| Method Summary | |
|---|---|
T |
execute(java.util.List<java.lang.Object> args)
Performs the executor's action on the given arguments. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.codemesh.terp.api.Executor |
|---|
execute, matches |
| Constructor Detail |
|---|
public Executor.AbstractExecutor()
| Method Detail |
|---|
public T execute(java.util.List<java.lang.Object> args)
ExecutorExecutor.execute(List,TerpEvaluator,TerpContext).
execute in interface Executor<T>args - the arguments.
|
terp - the Codemesh Modular Template Interpreter v1.3.304 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||