public interface FilterContainerFactory
FilterContainer for the Office.| Modifier and Type | Method and Description |
|---|---|
FilterContainer |
createFilterContainer(net.officefloor.frame.api.manage.Office office)
Creates the
FilterContainer for the Office. |
FilterContainer createFilterContainer(net.officefloor.frame.api.manage.Office office) throws 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.
office - Office.FilterContainer for the Office.ServletException - If fails to initialise the Filter.Copyright © 2005–2015. All rights reserved.