Annotation Type HttpWhiteboardFilterDispatcher
@ComponentPropertyType
@Retention(CLASS)
@Target(TYPE)
public @interface HttpWhiteboardFilterDispatcher
Component Property Type for the
osgi.http.whiteboard.filter.dispatcher
service property.
This annotation can be used on a Filter
to declare the
value of the
HTTP_WHITEBOARD_FILTER_DISPATCHER
service property.
- Since:
- 1.1
- Author:
- $Id: a79ce4d0fae0216593dd663165cf3eaee873b6f7 $
- See Also:
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionjavax.servlet.DispatcherType[]
Service property identifying dispatcher values for the filter. -
Field Summary
Fields
-
Field Details
-
PREFIX_
Prefix for the property name. This value is prepended to each property name.- See Also:
-
-
Element Details
-
value
javax.servlet.DispatcherType[] valueService property identifying dispatcher values for the filter.- Returns:
- The dispatcher values for the filter.
- See Also:
- Default:
{REQUEST}
-