Interface ViewFilterSource
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A functional interface used for contributing
ViewFilters to an application.- Author:
- Jon Fleschler (jfleschler)
-
Method Summary
Modifier and TypeMethodDescriptionvoidregister(ViewFilterRegistry<?> registry) Used for registering or modifying view filters within theViewFilterRegistry.
-
Method Details
-
register
Used for registering or modifying view filters within theViewFilterRegistry.- Parameters:
registry- the component registry
-