???? HttpWhiteboardServletMultipart


@ComponentPropertyType @Retention(CLASS) @Target(TYPE) public @interface HttpWhiteboardServletMultipart
Component Property Type for the osgi.http.whiteboard.servlet.multipart.enabled, osgi.http.whiteboard.servlet.multipart.fileSizeThreshold, osgi.http.whiteboard.servlet.multipart.location, osgi.http.whiteboard.servlet.multipart.maxFileSize, and osgi.http.whiteboard.servlet.multipart.maxRequestSize service properties.

This annotation can be used on a Servlet to declare the values of the HTTP_WHITEBOARD_SERVLET_MULTIPART_ENABLED, HTTP_WHITEBOARD_SERVLET_MULTIPART_FILESIZETHRESHOLD, HTTP_WHITEBOARD_SERVLET_MULTIPART_LOCATION, HTTP_WHITEBOARD_SERVLET_MULTIPART_MAXFILESIZE, and HTTP_WHITEBOARD_SERVLET_MULTIPART_MAXREQUESTSIZE service properties.

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

    ????
    ??????
    ????
    ??
    boolean
    Service property identifying the multipart handling of a servlet.
    int
    Service property identifying the file size threshold for a multipart request handled by a servlet.
    Service property identifying the location for a multipart request handled by a servlet.
    long
    Service property identifying the max file size for a multipart request handled by a servlet.
    long
    Service property identifying the max request size for a multipart request handled by a servlet.
  • ????

    ??
    ??????
    ??
    ??
    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.
      ????:
  • ??????