net.officefloor.plugin.servlet.filter
Interface FilterContainerFactory

All Known Implementing Classes:
FilterContainerFactoryImpl

public interface FilterContainerFactory

Constructs the FilterContainer for the Office.

Author:
Daniel Sagenschneider

Method Summary
 FilterContainer createFilterContainer(Office office)
           Creates the FilterContainer for the Office.
 

Method Detail

createFilterContainer

FilterContainer createFilterContainer(Office office)
                                      throws javax.servlet.ServletException

Creates the FilterContainer for the Office.

Typically this will create a singleton FilterContainer for the Office so that there is only the single Filter instances per Office.

Parameters:
office - Office.
Returns:
FilterContainer for the Office.
Throws:
javax.servlet.ServletException - If fails to initialise the Filter.


Copyright © 2005-2012. All Rights Reserved.