Uses of Class
org.osgi.service.http.runtime.dto.BaseServletDTO
-
Packages that use BaseServletDTO Package Description org.osgi.service.http.runtime.dto Http Runtime DTO Package Version 1.1. -
-
Uses of BaseServletDTO in org.osgi.service.http.runtime.dto
Subclasses of BaseServletDTO in org.osgi.service.http.runtime.dto Modifier and Type Class Description classErrorPageDTORepresents ajavax.servlet.Servletfor handling errors and currently being used by a servlet context.classFailedErrorPageDTORepresents ajavax.servlet.Servletservice registered as an error page but currently not being used by a servlet context due to a problem.classFailedServletDTORepresents ajavax.servlet.Servletservice which is currently not being used by a servlet context due to a problem.classServletDTORepresents ajavax.servlet.Servletcurrently being used by a servlet context.
-