Package dev.voidframework.web.filter
Interface Filter
- All Known Implementing Classes:
CSRFFilter
public interface Filter
Represents a filter.
-
Method Summary
Modifier and TypeMethodDescriptionapply(Context context, FilterChain filterChain) Applies the filter.
-
Method Details
-
apply
Applies the filter.- Parameters:
context- The current contextfilterChain- The owner filter chain- Returns:
- A result
-