public class RequestInfoDTO extends DTO
Modifier and Type | Field and Description |
---|---|
FilterDTO[] |
filterDTOs
The servlet filters processing this request.
|
String |
path
The path of the request relative to the root.
|
ResourceDTO |
resourceDTO
The resource processing this request.
|
long |
servletContextId
The service id of the servlet context processing the request represented
by this DTO.
|
ServletDTO |
servletDTO
The servlet processing this request.
|
Constructor and Description |
---|
RequestInfoDTO() |
public String path
public long servletContextId
public FilterDTO[] filterDTOs
public ServletDTO servletDTO
null
.public ResourceDTO resourceDTO
null
.Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0