Annotation Type HttpWhiteboardServletErrorPage


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

    This annotation can be used on a Servlet to declare the value of the HTTP_WHITEBOARD_SERVLET_ERROR_PAGE service property.

    Since:
    1.1
    Author:
    $Id: e1ab2d5d1ac6518e2bb7919d06306cba2ba1b538 $
    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[] errorPage
      Service property identifying the error pages of a servlet.
    • Field Detail

      • PREFIX_

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

      • errorPage

        java.lang.String[] errorPage
        Service property identifying the error pages of a servlet.
        Returns:
        The servlet error pages.
        See Also:
        HTTP_WHITEBOARD_SERVLET_ERROR_PAGE