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.
@FunctionalInterface public interface ViewFilterSource
A functional interface used for contributingViewFilters
to an application.- Author:
- Jon Fleschler (jfleschler)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
register(ViewFilterRegistry<?> registry)
Used for registering or modifying view filters within theViewFilterRegistry
.
-
-
-
Method Detail
-
register
void register(ViewFilterRegistry<?> registry)
Used for registering or modifying view filters within theViewFilterRegistry
.- Parameters:
registry
- the component registry
-
-