Class | Description |
---|---|
BaseServletDTO |
Represents common information about a
javax.servlet.Servlet service. |
DTOConstants |
Defines standard constants for the DTOs.
|
ErrorPageDTO |
Represents a
javax.servlet.Servlet for handling errors and currently
being used by a servlet context. |
FailedErrorPageDTO |
Represents a
javax.servlet.Servlet service registered as an error
page but currently not being used by a servlet context due to a problem. |
FailedFilterDTO |
Represents a servlet
Filter service which is currently not being used
by a servlet context due to a problem. |
FailedListenerDTO |
Represents a listener service which is currently not being used by a servlet
context due to a problem.
|
FailedPreprocessorDTO |
Represents a preprocessor service which is currently not being used due to a
problem.
|
FailedResourceDTO |
Represents a resource definition which is currently not being used by a
servlet context due to a problem.
|
FailedServletContextDTO |
Represents a servlet context that is currently not used due to some problem.
|
FailedServletDTO |
Represents a
javax.servlet.Servlet service which is currently not
being used by a servlet context due to a problem. |
FilterDTO |
Represents a servlet
javax.servlet.Filter service currently being
used for by a servlet context. |
ListenerDTO |
Represents a listener currently being used by a servlet context.
|
PreprocessorDTO |
Represents a preprocessor
org.osgi.service.http.whiteboard.Preprocessor service currently being
used during request processing. |
RequestInfoDTO |
Represents the services used to process a specific request.
|
ResourceDTO |
Represents a resource definition currently being used by a servlet context.
|
RuntimeDTO |
Represents the state of a Http Service Runtime.
|
ServletContextDTO |
Represents a
javax.servlet.ServletContext created for servlets,
resources, servlet Filters, and listeners associated with that servlet
context. |
ServletDTO |
Represents a
javax.servlet.Servlet currently being used by a servlet
context. |
Bundles wishing to use this package must list the package in the Import-Package header of the bundle's manifest. This package has two types of users: the consumers that use the API in this package and the providers that implement the API in this package.
Example import for consumers using the API in this package:
Import-Package: org.osgi.service.http.runtime.dto; version="[1.1,2.0)"
Example import for providers implementing the API in this package:
Import-Package: org.osgi.service.http.runtime.dto; version="[1.1,1.2)"
Copyright © OSGi Alliance (2000, 2018). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0