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 contributing ViewFilters to an application.
Author:
Jon Fleschler (jfleschler)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Used for registering or modifying view filters within the ViewFilterRegistry.
  • Method Details

    • register

      void register(ViewFilterRegistry<?> registry)
      Used for registering or modifying view filters within the ViewFilterRegistry.
      Parameters:
      registry - the component registry