|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nees.util.sessions.FilterInterpreter
This interpreter pre- and post-processes commands and results using a Filter and a delegate interpreter
Filter| Constructor Summary | |
FilterInterpreter(Filter filter,
Interpreter interpreter)
|
|
| Method Summary | |
Result[] |
executeCommands(Command[] c)
Execute the commands, first pre-processing them and then post-processing the results using the filter. |
protected void |
setFilter(Filter f)
|
protected void |
setInterpreter(Interpreter i)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FilterInterpreter(Filter filter,
Interpreter interpreter)
filter - the filter to use to process the commands/resultsinterpreter - the interpreter to use to execute the
pre-processed commands| Method Detail |
protected void setFilter(Filter f)
protected void setInterpreter(Interpreter i)
public final Result[] executeCommands(Command[] c)
executeCommands in interface Interpreterc - the commands
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||