Annotation Type HttpWhiteboardServletPattern


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

    This annotation can be used on a Servlet to declare the value of the HTTP_WHITEBOARD_SERVLET_PATTERN 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.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String[] value
      Service property identifying servlet patterns.
    • Field Detail

      • PREFIX_

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