public class RequestInfoDTO
extends org.osgi.dto.DTO
| Modifier and Type | Field | Description |
|---|---|---|
FilterDTO[] |
filterDTOs |
The servlet filters processing this request.
|
java.lang.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 | Description |
|---|---|
RequestInfoDTO() |
public java.lang.String path
public long servletContextId
public FilterDTO[] filterDTOs
public ServletDTO servletDTO
null.public ResourceDTO resourceDTO
null.