jBPM Designer - Backend 6.0.0.CR1

org.jbpm.designer.web.filter
Interface IFilterFactory


public interface IFilterFactory


Method Summary
 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

jBPM Designer - Backend 6.0.0.CR1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.