Annotation Type HttpWhiteboardServletName
@ComponentPropertyType
@Retention(CLASS)
@Target(TYPE)
@RequireHttpWhiteboard
public @interface HttpWhiteboardServletName
Component Property Type for the
osgi.http.whiteboard.servlet.name
service property.
This annotation can be used on a Servlet
to declare the
value of the
HTTP_WHITEBOARD_SERVLET_NAME
service property.
- Since:
- 1.1
- Author:
- $Id: a637a84c408ff67f7dafb24dd20adca32a07df0d $
- See Also:
-
Required Element Summary
Required Elements -
Field Summary
Fields
-
Field Details
-
PREFIX_
Prefix for the property name. This value is prepended to each property name.- See Also:
-
-
Element Details
-
value
String valueService property identifying a servlet name.- Returns:
- The servlet name.
- See Also:
-