public interface FilterChainFactory
FilterChain.| 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. |
FilterChain createFilterChain(ServicerMapping mapping, MappingType mappingType, FilterChain target) throws ServletException
FilterChain to a target FilterChain to allow
create chains of chains.mapping - 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.