Package scriptella.core
Class ConnectionInterceptor
java.lang.Object
scriptella.core.ElementInterceptor
scriptella.core.ConnectionInterceptor
- All Implemented Interfaces:
ExecutableElement
Handles connections for elements being executed.
- Version:
- 1.0
- Author:
- Fyodor Kupolov
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(DynamicContext ctx) Executes the element.static ExecutableElementprepare(ExecutableElement next, ScriptingElement se) Methods inherited from class scriptella.core.ElementInterceptor
executeNext, getCtxDecorator, getNext
-
Method Details
-
execute
Description copied from interface:ExecutableElementExecutes the element.Note: the context may be decorated by
DynamicContextDecorator.- Parameters:
ctx- context to use.
-
prepare
-