Class FailedFilterDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.servlet.runtime.dto.FilterDTO
org.osgi.service.servlet.runtime.dto.FailedFilterDTO
Represents a servlet
Filter
service which is currently not being used
by a servlet context due to a problem.
As the service represented by this DTO is not used due to a failure, the
field FilterDTO.servletContextId
always returns 0
and
does not point to an existing servlet context.
- "NotThreadSafe"
-
Field Summary
Modifier and TypeFieldDescriptionint
The reason why the servlet filter represented by this DTO is not used.Fields inherited from class org.osgi.service.servlet.runtime.dto.FilterDTO
asyncSupported, dispatcher, initParams, name, patterns, regexs, serviceId, servletContextId, servletNames
-
Constructor Summary
-
Method Summary
-
Field Details
-
failureReason
public int failureReasonThe reason why the servlet filter represented by this DTO is not used.- See Also:
-
-
Constructor Details
-
FailedFilterDTO
public FailedFilterDTO()
-