Annotation Type 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.

    Since:
    1.1
    See Also:
    "Component Property Types"
    • Field Summary

      Fields 
      Modifier and Type Fields Description
      static java.lang.String PREFIX_
      Prefix for the property name.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      DispatcherType[] value
      Service property identifying dispatcher values for the filter.
    • Field Detail

      • PREFIX_

        static final java.lang.String PREFIX_
        Prefix for the property name. This value is prepended to each property name.
    • Element Detail