Annotation Type HttpWhiteboardContext
-
@ComponentPropertyType @Retention(CLASS) @Target(TYPE) @RequireHttpWhiteboard public @interface HttpWhiteboardContext
Component Property Type for theosgi.http.whiteboard.context.nameandosgi.http.whiteboard.context.pathservice properties.This annotation can be used on a
ServletContextHelperto declare the values of theHTTP_WHITEBOARD_CONTEXT_NAMEandHTTP_WHITEBOARD_CONTEXT_PATHservice properties.- Since:
- 1.1
- See Also:
- "Component Property Types"
-
-
Field Detail
-
PREFIX_
static final String PREFIX_
Prefix for the property name. This value is prepended to each property name.
-
-
Element Detail
-
name
String name
Service property identifying a servlet context helper name.- Returns:
- The context name.
- See Also:
HTTP_WHITEBOARD_CONTEXT_NAME
-
-
-
path
String path
Service property identifying a servlet context helper path.- Returns:
- The context path.
- See Also:
HTTP_WHITEBOARD_CONTEXT_PATH
-
-