Class FailedServletDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.http.runtime.dto.BaseServletDTO
org.osgi.service.http.runtime.dto.ServletDTO
org.osgi.service.http.runtime.dto.FailedServletDTO
Represents a
javax.servlet.Servlet
service which is 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 servlet context.
- Author:
- $Id: c38e5223a80f9dd52a669cc516b27ff1b6fdf953 $
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
The reason why the servlet represented by this DTO is not used.Fields inherited from class org.osgi.service.http.runtime.dto.ServletDTO
multipartEnabled, multipartFileSizeThreshold, multipartLocation, multipartMaxFileSize, multipartMaxRequestSize, patterns
Fields inherited from class org.osgi.service.http.runtime.dto.BaseServletDTO
asyncSupported, initParams, name, serviceId, servletContextId, servletInfo
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.osgi.dto.DTO
toString
-
Field Details
-
failureReason
public int failureReasonThe reason why the servlet represented by this DTO is not used.- See Also:
-
-
Constructor Details
-
FailedServletDTO
public FailedServletDTO()
-