net.officefloor.plugin.servlet.filter
Interface FilterChainFactory

All Known Implementing Classes:
FilterChainFactoryImpl

public interface FilterChainFactory

Constructs a FilterChain.

Author:
Daniel Sagenschneider

Method Summary
 javax.servlet.FilterChain createFilterChain(ServicerMapping mapping, MappingType mappingType, javax.servlet.FilterChain target)
          Constructs a FilterChain to a target FilterChain to allow create chains of chains.
 

Method Detail

createFilterChain

javax.servlet.FilterChain createFilterChain(ServicerMapping mapping,
                                            MappingType mappingType,
                                            javax.servlet.FilterChain target)
                                            throws javax.servlet.ServletException
Constructs a FilterChain to a target FilterChain to allow create chains of chains.

Parameters:
mapping - ServicerMapping.
mappingType - MappingType.
target - Target as last node in constructed the FilterChain.
Returns:
FilterChain.
Throws:
javax.servlet.ServletException - If fails to create FilterChain.


Copyright © 2005-2011. All Rights Reserved.