Package org.apache.beehive.netui.pageflow.interceptor

Interface Summary
Interceptor Base interface for all NetUI / Page Flow interceptors.
 

Class Summary
AbstractInterceptor Abstract base class that provides a convenience implementation for creating an Interceptor.
InterceptorChain Abstract base class that represents an interceptor chain.
InterceptorConfig Class used to hold configuration information for an Interceptor.
InterceptorContext Context object that encapsulates the configuration for an entire interceptor chain.
Interceptors Convenience utility used to execute an interceptor chain given an InterceptorContext.
 

Exception Summary
InterceptorException Exception thrown while invoking Interceptors.