public interface IFilterFactory
Modifier and Type | Method and Description |
---|---|
void |
configureFilterConfig(ConfigurableFilterConfig config)
Initiates the filter config.
|
javax.servlet.Filter |
createFilter()
Creates the filter to add to the web application
|
javax.servlet.Filter createFilter()
void configureFilterConfig(ConfigurableFilterConfig config) throws javax.servlet.ServletException
config
- a configurable FilterConfig object to let the user
change settings, since he didn't have access to web.xml.javax.servlet.ServletException
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.