public class FilterChainFactoryImpl extends Object implements FilterChainFactory
FilterChainFactory implementation.| Constructor and Description |
|---|
FilterChainFactoryImpl(net.officefloor.frame.api.manage.Office office,
FilterServicer... servicers)
Initiate.
|
| Modifier and Type | Method and Description |
|---|---|
FilterChain |
createFilterChain(ServicerMapping mapping,
MappingType mappingType,
FilterChain target)
Constructs a
FilterChain to a target FilterChain to allow
create chains of chains. |
public FilterChainFactoryImpl(net.officefloor.frame.api.manage.Office office,
FilterServicer... servicers)
throws ServletException
office - Office.servicers - FilterServicer instances.ServletException - If fails to initiate.public FilterChain createFilterChain(ServicerMapping mapping, MappingType mappingType, FilterChain target) throws ServletException
FilterChainFactoryFilterChain to a target FilterChain to allow
create chains of chains.createFilterChain in interface FilterChainFactorymapping - ServicerMapping.mappingType - MappingType.target - Target as last node in constructed the FilterChain.FilterChain.ServletException - If fails to create FilterChain.Copyright © 2005–2015. All rights reserved.