Uses of Class
org.osgi.service.http.runtime.dto.ServletContextDTO
-
Packages that use ServletContextDTO Package Description org.osgi.service.http.runtime.dto Http Runtime DTO Package Version 1.1. -
-
Uses of ServletContextDTO in org.osgi.service.http.runtime.dto
Subclasses of ServletContextDTO in org.osgi.service.http.runtime.dto Modifier and Type Class Description class
FailedServletContextDTO
Represents a servlet context that is currently not used due to some problem.Fields in org.osgi.service.http.runtime.dto declared as ServletContextDTO Modifier and Type Field Description ServletContextDTO[]
RuntimeDTO. servletContextDTOs
Returns the representations of thejavax.servlet.ServletContext
objects used by the Http Service Runtime.
-