Interface Filter

All Superinterfaces:
Describable, DescriptionGroup

public interface Filter extends DescriptionGroup
  • Method Details

    • getFilterName

      String getFilterName()
      Returns:
      <filter-name>
    • getFilterClass

      String getFilterClass()
      Returns:
      <filter-class>, or null if unspecified
    • isSetAsyncSupported

      boolean isSetAsyncSupported()
      Returns:
      true if <async-supported> is specified
      See Also:
    • isAsyncSupported

      boolean isAsyncSupported()
      Returns:
      <async-supported> if specified
      See Also:
    • getInitParams

      List<ParamValue> getInitParams()
      Returns:
      <init-param> as a read-only list