public class RuntimeDTO extends DTO
Modifier and Type | Field and Description |
---|---|
FailedErrorPageDTO[] |
failedErrorPageDTOs
Returns the representations of the error page
javax.servlet.Servlet services associated with this runtime but
currently not used due to some problem. |
FailedFilterDTO[] |
failedFilterDTOs
Returns the representations of the
javax.servlet.Filter services
associated with this runtime but currently not used due to some problem. |
FailedListenerDTO[] |
failedListenerDTOs
Returns the representations of the listeners associated with this runtime
but currently not used due to some problem.
|
FailedPreprocessorDTO[] |
failedPreprocessorDTOs
Returns the representations of the servlet
org.osgi.service.http.whiteboard.Preprocessor services associated
with this runtime but currently not used due to some problem. |
FailedResourceDTO[] |
failedResourceDTOs
Returns the representations of the resources associated with this runtime
but currently not used due to some problem.
|
FailedServletContextDTO[] |
failedServletContextDTOs
Returns the representations of the
javax.servlet.ServletContext
objects currently not used by the Http service runtime due to some
problem. |
FailedServletDTO[] |
failedServletDTOs
Returns the representations of the
javax.servlet.Servlet services
associated with this runtime but currently not used due to some problem. |
PreprocessorDTO[] |
preprocessorDTOs
Returns the representations of the
org.osgi.service.http.whiteboard.Preprocessor objects used by the
Http Service Runtime. |
ServiceReferenceDTO |
serviceDTO
The DTO for the corresponding
org.osgi.service.http.runtime.HttpServiceRuntime . |
ServletContextDTO[] |
servletContextDTOs
Returns the representations of the
javax.servlet.ServletContext
objects used by the Http Service Runtime. |
Constructor and Description |
---|
RuntimeDTO() |
public ServiceReferenceDTO serviceDTO
org.osgi.service.http.runtime.HttpServiceRuntime
. This value is
never null
.public PreprocessorDTO[] preprocessorDTOs
org.osgi.service.http.whiteboard.Preprocessor
objects used by the
Http Service Runtime. The returned array may be empty if the Http Service
Runtime is currently not using any
org.osgi.service.http.whiteboard.Preprocessor
objects.public ServletContextDTO[] servletContextDTOs
javax.servlet.ServletContext
objects used by the Http Service Runtime. The returned array may be empty
if the Http Service Runtime is currently not using any
javax.servlet.ServletContext
objects.public FailedServletContextDTO[] failedServletContextDTOs
javax.servlet.ServletContext
objects currently not used by the Http service runtime due to some
problem. The returned array may be empty.public FailedServletDTO[] failedServletDTOs
javax.servlet.Servlet
services
associated with this runtime but currently not used due to some problem.
The returned array may be empty.public FailedResourceDTO[] failedResourceDTOs
public FailedPreprocessorDTO[] failedPreprocessorDTOs
org.osgi.service.http.whiteboard.Preprocessor
services associated
with this runtime but currently not used due to some problem. The
returned array may be empty.public FailedFilterDTO[] failedFilterDTOs
javax.servlet.Filter
services
associated with this runtime but currently not used due to some problem.
The returned array may be empty.public FailedErrorPageDTO[] failedErrorPageDTOs
javax.servlet.Servlet
services associated with this runtime but
currently not used due to some problem. The returned array may be empty.public FailedListenerDTO[] failedListenerDTOs
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0