Interface InstanceFilterBinding

All Superinterfaces:
ServletModuleBinding

public interface InstanceFilterBinding extends ServletModuleBinding
A binding to a single instance of a filter.
Since:
3.0
Author:
sameb@google.com
  • Method Details

    • getFilterInstance

      jakarta.servlet.Filter getFilterInstance()
      Returns the filter instance that will be used.