Package org.jbpm.designer.web.filter
Interface IFilterFactory
-
public interface IFilterFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configureFilterConfig(ConfigurableFilterConfig config)
Initiates the filter config.javax.servlet.Filter
createFilter()
Creates the filter to add to the web application
-
-
-
Method Detail
-
createFilter
javax.servlet.Filter createFilter()
Creates the filter to add to the web application- Returns:
- a servlet filter
-
configureFilterConfig
void configureFilterConfig(ConfigurableFilterConfig config) throws javax.servlet.ServletException
Initiates the filter config.- Parameters:
config
- a configurable FilterConfig object to let the user change settings, since he didn't have access to web.xml.- Throws:
javax.servlet.ServletException
-
-