Class ChainingFilter.Chain
java.lang.Object
net.shibboleth.shared.spring.servlet.impl.ChainingFilter.Chain
- All Implemented Interfaces:
FilterChain
- Enclosing class:
- ChainingFilter
Internal iteration of chain.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Iterator<ChainableFilter>Tracked iterator.private FilterChainChain of top-level filters. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoFilter(ServletRequest request, ServletResponse response)
-
Field Details
-
iterator
Tracked iterator. -
outerChain
Chain of top-level filters.
-
-
Constructor Details
-
Chain
Constructor.- Parameters:
outer- outer filter chain
-
-
Method Details
-
doFilter
public void doFilter(ServletRequest request, ServletResponse response) throws IOException, ServletException - Specified by:
doFilterin interfaceFilterChain- Throws:
IOExceptionServletException
-