public class ResourceDTO
extends org.osgi.dto.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 © 2020 OSGi Alliance. All rights reserved.