Annotation Type WebFilter


@Target(TYPE)
@Retention(RUNTIME)
@Documented
public @interface WebFilter
The WebFilter API.
Author:
Manfred Riem ([email protected])
  • Element Details

    • asyncSupported

      boolean asyncSupported
      Get the async supported flag.
      Returns:
      the async supported flag.
      Default:
      false
    • description

      java.lang.String description
      Get the description.
      Returns:
      the description.
      Default:
      ""
    • dispatcherTypes

      DispatcherType[] dispatcherTypes
      Get the dispatcher types.
      Returns:
      the dispatcher type.s
      Default:
      {REQUEST}
    • displayName

      java.lang.String displayName
      Get the display name.
      Returns:
      the display name.
      Default:
      ""
    • filterName

      java.lang.String filterName
      Get the name.
      Returns:
      the name.
      Default:
      ""
    • initParams

      WebInitParam[] initParams
      Get the init parameters.
      Returns:
      the init parameters.
      Default:
      {}
    • largeIcon

      java.lang.String largeIcon
      Get the large icon.
      Returns:
      the large icon.
      Default:
      ""
    • servletNames

      java.lang.String[] servletNames
      Get the servlet names.
      Returns:
      the servlet names.
      Default:
      {}
    • smallIcon

      java.lang.String smallIcon
      Get the small icon.
      Returns:
      the small icon.
      Default:
      ""
    • urlPatterns

      java.lang.String[] urlPatterns
      Get the URL patterns.
      Returns:
      the URL patterns.
      Default:
      {}
    • value

      java.lang.String[] value
      Get the URL patterns.
      Returns:
      the URL patterns.
      Default:
      {}