Package scriptella.core
Class TxInterceptor
java.lang.Object
scriptella.core.ElementInterceptor
scriptella.core.TxInterceptor
- All Implemented Interfaces:
ExecutableElement
TODO: Add documentation
- Version:
- 1.0
- Author:
- Fyodor Kupolov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(DynamicContext ctx) Executes the element.static ExecutableElementprepare(ExecutableElement next, ScriptEl s) Methods inherited from class scriptella.core.ElementInterceptor
executeNext, getCtxDecorator, getNext
-
Constructor Details
-
TxInterceptor
-
-
Method Details
-
execute
Description copied from interface:ExecutableElementExecutes the element.Note: the context may be decorated by
DynamicContextDecorator.- Parameters:
ctx- context to use.
-
prepare
-