Package org.opencastproject.rest
Interface SharedHttpContext
public interface SharedHttpContext
Constant definition for the shared
HTTP context.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe key for the servlet alias.static final StringThe shared context key as used throughout OSGi.static final StringPrefix for servlet init keys.static final StringThe key for defining a pattern for request filters.static final StringProperty to define the ranking of a service in the filter chainstatic final StringKey for the servlet name.static final StringThe context key for marking shared contexts.
-
Field Details
-
CONTEXT_ID
The shared context key as used throughout OSGi.- See Also:
-
SHARED
The context key for marking shared contexts.- See Also:
-
ALIAS
The key for the servlet alias.- See Also:
-
SERVLET_NAME
Key for the servlet name.- See Also:
-
PATTERN
The key for defining a pattern for request filters.- See Also:
-
INIT_PREFIX
Prefix for servlet init keys.- See Also:
-
SERVICE_RANKING
Property to define the ranking of a service in the filter chain- See Also:
-