Package dev.voidframework.web.filter
Interface FilterChain
- All Known Implementing Classes:
DefaultFilterChain
public interface FilterChain
Represents a chain of filters to apply.
-
Method Summary
-
Method Details
-
applyNext
Applies the next filter.- Parameters:
context- The current context- Returns:
- A result
-