Class FailedErrorPageDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.servlet.runtime.dto.BaseServletDTO
org.osgi.service.servlet.runtime.dto.ErrorPageDTO
org.osgi.service.servlet.runtime.dto.FailedErrorPageDTO
Represents a
jakarta.servlet.Servlet
service registered as an error
page but currently not being used by a servlet context due to a problem.
As the servlet represented by this DTO is not used due to a failure, the
field BaseServletDTO.servletContextId
always returns 0
and does not point to an existing
org.osgi.service.servlet.context.ServletContextHelper
.
- "NotThreadSafe"
-
Field Summary
Modifier and TypeFieldDescriptionint
The reason why the servlet represented by this DTO is not used.Fields inherited from class org.osgi.service.servlet.runtime.dto.ErrorPageDTO
errorCodes, exceptions
Fields inherited from class org.osgi.service.servlet.runtime.dto.BaseServletDTO
asyncSupported, initParams, name, serviceId, servletContextId, servletInfo
-
Constructor Summary
-
Method Summary
-
Field Details
-
failureReason
public int failureReasonThe reason why the servlet represented by this DTO is not used.- See Also:
-
-
Constructor Details
-
FailedErrorPageDTO
public FailedErrorPageDTO()
-