net.officefloor.plugin.servlet.filter.configuration
Class FilterServicersFactory

java.lang.Object
  extended by net.officefloor.plugin.servlet.filter.configuration.FilterServicersFactory

public class FilterServicersFactory
extends Object

Factory for the creation of the FilterServicer instances.

Author:
Daniel Sagenschneider

Constructor Summary
FilterServicersFactory()
           
 
Method Summary
 FilterServicer[] createFilterServices(Properties properties, ClassLoader classLoader, OfficeServletContext officeServletContext)
          Creates the FilterServicer instances from the Properties configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterServicersFactory

public FilterServicersFactory()
Method Detail

createFilterServices

public FilterServicer[] createFilterServices(Properties properties,
                                             ClassLoader classLoader,
                                             OfficeServletContext officeServletContext)
                                      throws javax.servlet.ServletException
Creates the FilterServicer instances from the Properties configuration.

Parameters:
properties - Properties.
classLoader - ClassLoader.
officeServletContext - OfficeServletContext.
Returns:
FilterServicer instances.
Throws:
javax.servlet.ServletException - If fails to create the FilterServicer instances.


Copyright © 2005-2012. All Rights Reserved.