net.officefloor.plugin.servlet.filter.configuration
Class FilterServicersFactory
java.lang.Object
net.officefloor.plugin.servlet.filter.configuration.FilterServicersFactory
public class FilterServicersFactory
- extends Object
Factory for the creation of the FilterServicer instances.
- Author:
- Daniel Sagenschneider
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilterServicersFactory
public FilterServicersFactory()
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.