org.jbpm.designer.web.filter
Interface IFilterFactory
public interface IFilterFactory
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
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.