public class ResourceDTO
extends org.osgi.dto.DTO
| Modifier and Type | Field and Description |
|---|---|
java.lang.String[] |
patterns
The request mappings for the resource.
|
java.lang.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 java.lang.String[] patterns
The specified patterns are used to determine whether a request is mapped
to the resource. This value is never null.
public java.lang.String prefix
public long serviceId
public long servletContextId