Class ElementInterceptor

java.lang.Object
scriptella.core.ElementInterceptor
All Implemented Interfaces:
ExecutableElement
Direct Known Subclasses:
ConnectionInterceptor, ExceptionInterceptor, IfInterceptor, StatisticInterceptor, TxInterceptor

public abstract class ElementInterceptor extends Object implements ExecutableElement
Base class for executable elements interceptors.

Based on Chain-Of-Responsibility (GOF CoR) pattern.

The purpose of this class is to provide an AOP-style approach for adding additional functionality.

Version:
1.0
Author:
Fyodor Kupolov
See Also: