@Version("1.1.0")
Package org.osgi.service.http.runtime.dto
Http Runtime DTO Package Version 1.1.
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)"
-
Class Summary Class Description BaseServletDTO Represents common information about ajavax.servlet.Servlet
service.DTOConstants Defines standard constants for the DTOs.ErrorPageDTO Represents ajavax.servlet.Servlet
for handling errors and currently being used by a servlet context.FailedErrorPageDTO Represents ajavax.servlet.Servlet
service registered as an error page but currently not being used by a servlet context due to a problem.FailedFilterDTO Represents a servletFilter
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 ajavax.servlet.Servlet
service which is currently not being used by a servlet context due to a problem.FilterDTO Represents a servletjavax.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 preprocessororg.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 ajavax.servlet.ServletContext
created for servlets, resources, servlet Filters, and listeners associated with that servlet context.ServletDTO Represents ajavax.servlet.Servlet
currently being used by a servlet context.