???? HttpWhiteboardFilterDispatcher


@ComponentPropertyType @Retention(CLASS) @Target(TYPE) public @interface HttpWhiteboardFilterDispatcher
Component Property Type for the osgi.http.whiteboard.filter.dispatcher service property.

This annotation can be used on a Filter to declare the value of the HTTP_WHITEBOARD_FILTER_DISPATCHER service property.

???????:
1.1
????:
  • "Component Property Types"
  • ??????

    ????
    ??????
    ????
    ??
    javax.servlet.DispatcherType[]
    Service property identifying dispatcher values for the filter.
  • ????

    ??
    ??????
    ??
    ??
    static final String
    Prefix for the property name.
  • ??????

    • PREFIX_

      static final String PREFIX_
      Prefix for the property name. This value is prepended to each property name.
      ????:
  • ??????

    • value

      javax.servlet.DispatcherType[] value
      Service property identifying dispatcher values for the filter.
      ??:
      The dispatcher values for the filter.
      ????:
      ???:
      {REQUEST}