Class FunctionContext

java.lang.Object
com.aoapps.servlet.filter.FunctionContext
All Implemented Interfaces:
Filter

public class FunctionContext extends Object implements Filter

Provides static access to the current request state via thread local variables.

This should be used for the DispatcherType.REQUEST, DispatcherType.FORWARD, DispatcherType.INCLUDE and DispatcherType.ERROR dispatchers.