Uses of Class
org.osgi.service.component.annotations.ComponentPropertyType
-
Packages that use ComponentPropertyType Package Description org.osgi.service.component.propertytypes Component Property Types Package Version 1.4.org.osgi.service.event.propertytypes Event Admin Component Property Types Package Version 1.4.org.osgi.service.http.whiteboard.propertytypes Http Whiteboard Property Types Package Version 1.1.org.osgi.service.jaxrs.whiteboard.propertytypes JAX-RS Whiteboard Package Version 1.0. -
-
Uses of ComponentPropertyType in org.osgi.service.component.propertytypes
Classes in org.osgi.service.component.propertytypes with annotations of type ComponentPropertyType Modifier and Type Class Description interface
ExportedService
Component Property Type for the remote service properties for an exported service.interface
ServiceDescription
Component Property Type for theservice.description
service property.interface
ServiceRanking
Component Property Type for theservice.ranking
service property.interface
ServiceVendor
Component Property Type for theservice.vendor
service property. -
Uses of ComponentPropertyType in org.osgi.service.event.propertytypes
Classes in org.osgi.service.event.propertytypes with annotations of type ComponentPropertyType Modifier and Type Class Description interface
EventDelivery
Component Property Type for theEventConstants.EVENT_DELIVERY
service property of anEventHandler
service.interface
EventFilter
Component Property Type for theEventConstants.EVENT_FILTER
service property of anEventHandler
service.interface
EventTopics
Component Property Type for theEventConstants.EVENT_TOPIC
service property of anEventHandler
service. -
Uses of ComponentPropertyType in org.osgi.service.http.whiteboard.propertytypes
Classes in org.osgi.service.http.whiteboard.propertytypes with annotations of type ComponentPropertyType Modifier and Type Class Description interface
HttpWhiteboardContext
Component Property Type for theosgi.http.whiteboard.context.name
andosgi.http.whiteboard.context.path
service properties.interface
HttpWhiteboardContextSelect
Component Property Type for theosgi.http.whiteboard.context.select
service property.interface
HttpWhiteboardFilterAsyncSupported
Component Property Type for theosgi.http.whiteboard.filter.asyncSupported
service property.interface
HttpWhiteboardFilterDispatcher
Component Property Type for theosgi.http.whiteboard.filter.dispatcher
service property.interface
HttpWhiteboardFilterName
Component Property Type for theosgi.http.whiteboard.filter.name
service property.interface
HttpWhiteboardFilterPattern
Component Property Type for theosgi.http.whiteboard.filter.pattern
service property.interface
HttpWhiteboardFilterRegex
Component Property Type for theosgi.http.whiteboard.filter.regex
service property.interface
HttpWhiteboardFilterServlet
Component Property Type for theosgi.http.whiteboard.filter.servlet
service property.interface
HttpWhiteboardListener
Component Property Type for theosgi.http.whiteboard.listener
service property.interface
HttpWhiteboardResource
Component Property Type for theosgi.http.whiteboard.resource.pattern
andosgi.http.whiteboard.resource.prefix
service properties.interface
HttpWhiteboardServletAsyncSupported
Component Property Type for theosgi.http.whiteboard.servlet.asyncSupported
service property.interface
HttpWhiteboardServletErrorPage
Component Property Type for theosgi.http.whiteboard.servlet.errorPage
service property.interface
HttpWhiteboardServletMultipart
Component Property Type for theosgi.http.whiteboard.servlet.multipart.enabled
,osgi.http.whiteboard.servlet.multipart.fileSizeThreshold
,osgi.http.whiteboard.servlet.multipart.location
,osgi.http.whiteboard.servlet.multipart.maxFileSize
, andosgi.http.whiteboard.servlet.multipart.maxRequestSize
service properties.interface
HttpWhiteboardServletName
Component Property Type for theosgi.http.whiteboard.servlet.name
service property.interface
HttpWhiteboardServletPattern
Component Property Type for theosgi.http.whiteboard.servlet.pattern
service property.interface
HttpWhiteboardTarget
Component Property Type for theosgi.http.whiteboard.target
service property. -
Uses of ComponentPropertyType in org.osgi.service.jaxrs.whiteboard.propertytypes
Classes in org.osgi.service.jaxrs.whiteboard.propertytypes with annotations of type ComponentPropertyType Modifier and Type Class Description interface
JaxrsApplicationBase
Component Property Type for theosgi.jaxrs.application.base
service property.interface
JaxrsApplicationSelect
Component Property Type for theosgi.jaxrs.application.select
service property.interface
JaxrsExtension
Component Property Type for theosgi.jaxrs.extension
service property.interface
JaxrsExtensionSelect
Component Property Type for theosgi.jaxrs.extension.select
service property.interface
JaxrsMediaType
Component Property Type for theosgi.jaxrs.media.type
service property.interface
JaxrsName
Component Property Type for theosgi.jaxrs.name
service property.interface
JaxrsResource
Component Property Type for theosgi.jaxrs.resource
service property.interface
JaxrsWhiteboardTarget
Component Property Type for theosgi.jaxrs.whiteboard.target
service property.interface
JSONRequired
Component Property Type for requiring JSON media type support using theJaxrsWhiteboardConstants.JAX_RS_MEDIA_TYPE
service property.
-