Class AvalonInterceptorContextImpl

java.lang.Object
org.apache.fulcrum.yaafi.framework.interceptor.AvalonInterceptorContextImpl
All Implemented Interfaces:
AvalonInterceptorContext

public class AvalonInterceptorContextImpl extends Object implements AvalonInterceptorContext
Contains context information for the interceptors being invoked. The class contains a request context which allows to store data from within an interceptor. It also provides access to a ThreadLocalStorage to associate data with the current thread.
Author:
Siegfried Goeschl