Annotation Type HttpWhiteboardResource
-
@ComponentPropertyType @Retention(CLASS) @Target(TYPE) @RequireHttpWhiteboard public @interface HttpWhiteboardResource
Component Property Type for theosgi.http.whiteboard.resource.patternandosgi.http.whiteboard.resource.prefixservice properties.This annotation can be used on any service to declare the values of the
HTTP_WHITEBOARD_RESOURCE_PATTERNandHTTP_WHITEBOARD_RESOURCE_PREFIXservice properties.- 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.
-
-
-
Element Detail
-
pattern
java.lang.String[] pattern
Service property identifying resource patterns.- Returns:
- The resource patterns.
- See Also:
HTTP_WHITEBOARD_RESOURCE_PATTERN
-
-
-
prefix
java.lang.String prefix
Service property identifying resource prefix.- Returns:
- The resource patterns.
- See Also:
HTTP_WHITEBOARD_RESOURCE_PREFIX
-
-