Package dev.voidframework.web.filter
Class DefaultFilterChain
java.lang.Object
dev.voidframework.web.filter.DefaultFilterChain
- All Implemented Interfaces:
FilterChain
Default implementation of
FilterChain.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultFilterChain
Build a new instance.- Parameters:
filterList- Filters to apply
-
-
Method Details
-
applyNext
Applies the next filter.- Specified by:
applyNextin interfaceFilterChain- Parameters:
context- The current context- Returns:
- A result
-