Uses of Interface
scriptella.core.ExecutableElement
Packages that use ExecutableElement
-
Uses of ExecutableElement in scriptella.core
Classes in scriptella.core that implement ExecutableElementModifier and TypeClassDescriptionfinal classHandles connections for elements being executed.classBase class for executable elements interceptors.final classIntercepts exceptions thrown by wrapped executable elements.final classHandles if expressions specified by if attribute on query/script elements.final class<query> element executor.final class<script> element executor.final classCollects execution statistics.classTODO: Add documentationMethods in scriptella.core that return ExecutableElementModifier and TypeMethodDescriptionprotected ExecutableElementElementInterceptor.getNext()static ExecutableElementConnectionInterceptor.prepare(ExecutableElement next, ScriptingElement se) static ExecutableElementExceptionInterceptor.prepare(ExecutableElement next, Location loc) static ExecutableElementIfInterceptor.prepare(ExecutableElement next, ScriptingElement s) static ExecutableElementstatic ExecutableElementstatic ExecutableElementStatisticInterceptor.prepare(ExecutableElement next, Location location) static ExecutableElementTxInterceptor.prepare(ExecutableElement next, ScriptEl s) Methods in scriptella.core with parameters of type ExecutableElementModifier and TypeMethodDescriptionstatic ExecutableElementConnectionInterceptor.prepare(ExecutableElement next, ScriptingElement se) static ExecutableElementExceptionInterceptor.prepare(ExecutableElement next, Location loc) static ExecutableElementIfInterceptor.prepare(ExecutableElement next, ScriptingElement s) static ExecutableElementStatisticInterceptor.prepare(ExecutableElement next, Location location) static ExecutableElementTxInterceptor.prepare(ExecutableElement next, ScriptEl s) Constructors in scriptella.core with parameters of type ExecutableElementModifierConstructorDescriptionprotectedprotectedElementInterceptor(ExecutableElement next, DynamicContextDecorator ctxDecorator) ExceptionInterceptor(ExecutableElement next, Location location) IfInterceptor(ExecutableElement next, ScriptingElement scr) StatisticInterceptor(ExecutableElement next, Location location) TxInterceptor(ExecutableElement next, ScriptEl scriptEl)