scriptella.core
Class TxInterceptor

java.lang.Object
  extended by scriptella.core.ElementInterceptor
      extended by scriptella.core.TxInterceptor
All Implemented Interfaces:
ExecutableElement

public class TxInterceptor
extends ElementInterceptor

TODO: Add documentation

Version:
1.0
Author:
Fyodor Kupolov

Constructor Summary
TxInterceptor(ExecutableElement next, ScriptEl scriptEl)
           
 
Method Summary
 void execute(DynamicContext ctx)
          Executes the element.
static ExecutableElement prepare(ExecutableElement next, ScriptEl 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

TxInterceptor

public TxInterceptor(ExecutableElement next,
                     ScriptEl scriptEl)
Method Detail

execute

public void execute(DynamicContext ctx)
Description copied from interface: ExecutableElement
Executes the element.

Note: the context may be decorated by DynamicContextDecorator.

Parameters:
ctx - context to use.

prepare

public static ExecutableElement prepare(ExecutableElement next,
                                        ScriptEl s)


Copyright © Copyright 2006-2009 The Scriptella Project Team.