Make the name of this filter available to subclasses.
Make the name of this filter available to subclasses.
Standard way of initializing this filter.
Standard way of initializing this filter. Map config parameters onto bean properties of this filter, and invoke subclass initialization.
Set of required properties (Strings) that must be supplied as config parameters to this filter.
Set of required properties (Strings) that must be supplied as config parameters to this filter.
Proxy for a standard Servlet 2.3 Filter, delegating to a managed bean that implements the Filter interface. Supports a "targetBeanName" filter init-param in
web.xml, specifying the name of the target bean in the application context.