public class ResourceDTO extends DTO
Modifier and Type | Field and Description |
---|---|
String[] |
patterns
The request mappings for the resource.
|
String |
prefix
The prefix of the resource.
|
long |
serviceId
Service property identifying the resource.
|
long |
servletContextId
The service id of the servlet context for the resource represented by
this DTO.
|
Constructor and Description |
---|
ResourceDTO() |
public String[] patterns
The specified patterns are used to determine whether a request is mapped
to the resource. This value is never null
.
public String prefix
public long serviceId
public long servletContextId
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0