Annotation Type HttpWhiteboardFilterServlet
@ComponentPropertyType
@Retention(CLASS)
@Target(TYPE)
@RequireHttpWhiteboard
public @interface HttpWhiteboardFilterServlet
Component Property Type for the
osgi.http.whiteboard.filter.servlet
service property.
This annotation can be used on a Filter
to declare the
value of the
HTTP_WHITEBOARD_FILTER_SERVLET
service property.
- Since:
- 1.1
- Author:
- $Id: 0c30d48782db015bff73a92ff131890391e20e00 $
- 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 the servlets for the filter.- Returns:
- The servlet names.
- See Also:
-