jBPM Designer - Backend 6.0.3-SNAPSHOT

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.3-SNAPSHOT

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