Klasse AvalonInterceptorContextImpl

java.lang.Object
org.apache.fulcrum.yaafi.framework.interceptor.AvalonInterceptorContextImpl
Alle implementierten Schnittstellen:
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.
Autor:
Siegfried Goeschl