Uses of Class
org.osgi.service.http.runtime.dto.ServletDTO
-
Packages that use ServletDTO Package Description org.osgi.service.http.runtime.dto Http Runtime DTO Package Version 1.1. -
-
Uses of ServletDTO in org.osgi.service.http.runtime.dto
Subclasses of ServletDTO in org.osgi.service.http.runtime.dto Modifier and Type Class Description class
FailedServletDTO
Represents ajavax.servlet.Servlet
service which is currently not being used by a servlet context due to a problem.Fields in org.osgi.service.http.runtime.dto declared as ServletDTO Modifier and Type Field Description ServletDTO
RequestInfoDTO. servletDTO
The servlet processing this request.ServletDTO[]
ServletContextDTO. servletDTOs
Returns the representations of theServlet
services associated with this context.
-