Annotation Interface HttpWhiteboardFilterServlet


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

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

See Also:
  • "Component Property Types"
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Service property identifying the servlets for the filter.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Prefix for the property name.
  • Field Details

    • PREFIX_

      static final String PREFIX_
      Prefix for the property name. This value is prepended to each property name.
      See Also:
  • Element Details