|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FilterChainFactory
Constructs a FilterChain.
| 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 |
|---|
javax.servlet.FilterChain createFilterChain(ServicerMapping mapping,
MappingType mappingType,
javax.servlet.FilterChain target)
throws javax.servlet.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.
javax.servlet.ServletException - If fails to create FilterChain.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||