Annotation Type HttpWhiteboardServletAsyncSupported
-
@ComponentPropertyType @Retention(CLASS) @Target(TYPE) public @interface HttpWhiteboardServletAsyncSupported
Component Property Type for theosgi.http.whiteboard.servlet.asyncSupportedservice property.This annotation can be used on a
Servletto declare the value of theHTTP_WHITEBOARD_SERVLET_ASYNC_SUPPORTEDservice property.- Since:
- 1.1
- See Also:
- "Component Property Types"
-
-
Field Summary
Fields Modifier and Type Fields Description static java.lang.StringPREFIX_Prefix for the property name.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanasyncSupportedService property identifying the asynchronous support of a servlet.
-
-
-
Element Detail
-
asyncSupported
boolean asyncSupported
Service property identifying the asynchronous support of a servlet.- Returns:
- Whether the servlet supports asynchronous processing.
- See Also:
HTTP_WHITEBOARD_SERVLET_ASYNC_SUPPORTED
- Default:
- true
-
-