Annotation Type HttpWhiteboardServletAsyncSupported
@ComponentPropertyType
@Retention(CLASS)
@Target(TYPE)
public @interface HttpWhiteboardServletAsyncSupported
Component Property Type for the
osgi.http.whiteboard.servlet.asyncSupported
service property.
This annotation can be used on a Servlet
to declare the
value of the
HTTP_WHITEBOARD_SERVLET_ASYNC_SUPPORTED
service property.
- Since:
- 1.1
- Author:
- $Id: acd93cc805aa1f8722a47bf25050db4326afdb02 $
- See Also:
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
Service property identifying the asynchronous support of a servlet. -
Field Summary
Fields
-
Field Details
-
PREFIX_
Prefix for the property name. This value is prepended to each property name.- See Also:
-
-
Element Details
-
asyncSupported
boolean asyncSupportedService property identifying the asynchronous support of a servlet.- Returns:
- Whether the servlet supports asynchronous processing.
- See Also:
- Default:
true
-