|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectscriptella.core.ElementInterceptor
scriptella.core.IfInterceptor
public final class IfInterceptor
Handles if expressions specified by if attribute on query/script elements.
JexlExpression| Constructor Summary | |
|---|---|
IfInterceptor(ExecutableElement next,
ScriptingElement scr)
|
|
| Method Summary | |
|---|---|
void |
execute(DynamicContext ctx)
Executes the element. |
static ExecutableElement |
prepare(ExecutableElement next,
ScriptingElement s)
|
| Methods inherited from class scriptella.core.ElementInterceptor |
|---|
executeNext, getCtxDecorator, getNext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IfInterceptor(ExecutableElement next,
ScriptingElement scr)
| Method Detail |
|---|
public void execute(DynamicContext ctx)
ExecutableElementNote: the context may be decorated by DynamicContextDecorator.
ctx - context to use.
public static ExecutableElement prepare(ExecutableElement next,
ScriptingElement s)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||