Class ErrorPageDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.servlet.runtime.dto.BaseServletDTO
org.osgi.service.servlet.runtime.dto.ErrorPageDTO
- Direct Known Subclasses:
FailedErrorPageDTO
Represents a
jakarta.servlet.Servlet
for handling errors and currently
being used by a servlet context.- "NotThreadSafe"
-
Field Summary
Modifier and TypeFieldDescriptionlong[]
The error codes the error page is used for.String[]
The exceptions the error page is used for.Fields inherited from class org.osgi.service.servlet.runtime.dto.BaseServletDTO
asyncSupported, initParams, name, serviceId, servletContextId, servletInfo
-
Constructor Summary
-
Method Summary
-
Field Details
-
exceptions
The exceptions the error page is used for. This array might be empty. -
errorCodes
public long[] errorCodesThe error codes the error page is used for. This array might be empty.
-
-
Constructor Details
-
ErrorPageDTO
public ErrorPageDTO()
-