Package | Description |
---|---|
org.glassfish.jersey.server |
Jersey server-side classes.
|
org.glassfish.jersey.server.model |
Jersey server-side application & resource modeling classes.
|
org.glassfish.jersey.server.monitoring |
Jersey server-side monitoring JMX MBeans interfaces.
|
org.glassfish.jersey.server.wadl |
Jersey server-side WADL support public classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
ResourceMethod |
ExtendedUriInfo.getMatchedResourceMethod()
Get matched
resource method that is invoked. |
Modifier and Type | Method and Description |
---|---|
List<ResourceMethod> |
ExtendedUriInfo.getMatchedResourceLocators()
Get resource locators matched since beginning of a matching.
|
Modifier and Type | Method and Description |
---|---|
ResourceMethod |
ResourceMethod.Builder.build()
Build the resource method model and register it with the parent
Resource.Builder . |
ResourceMethod |
RuntimeResource.getResourceLocator()
Return the resource locator of this resource.
|
ResourceMethod |
Resource.getResourceLocator()
Provides a resource locator available on the resource.
|
Modifier and Type | Method and Description |
---|---|
List<ResourceMethod> |
Resource.getAllMethods()
Provides resource methods and resource locator are available on the resource.
|
List<ResourceMethod> |
RuntimeResource.getResourceLocators()
Get resource locators of all
resources of this runtime resource. |
List<ResourceMethod> |
RuntimeResource.getResourceMethods()
Get resource methods (excluding resource locators) of all
resources of this runtime resource. |
List<ResourceMethod> |
Resource.getResourceMethods()
Provides a non-null list of resource methods available on the resource.
|
Modifier and Type | Method and Description |
---|---|
ResourceMethod.Builder |
Resource.Builder.addMethod(ResourceMethod resourceMethod)
Add a new method model that is a copy of the given
resourceMethod . |
ResourceMethodInvoker |
ResourceMethodInvoker.Builder.build(ResourceMethod method,
org.glassfish.jersey.server.internal.ProcessingProviders processingProviders)
Build a new resource method invoker instance.
|
ResourceMethod.Builder |
Resource.Builder.updateMethod(ResourceMethod resourceMethod)
Get a method builder for an existing resource method.
|
void |
ResourceModelVisitor.visitResourceMethod(ResourceMethod method)
Visit a single resource method model.
|
void |
AbstractResourceModelVisitor.visitResourceMethod(ResourceMethod method) |
Modifier and Type | Method and Description |
---|---|
ResourceMethod |
ResourceMethodStatistics.getResourceMethod()
Get a
resource method for which this ResourceMethodStatistics are calculated. |
Modifier and Type | Method and Description |
---|---|
Map<ResourceMethod,ResourceMethodStatistics> |
ResourceStatistics.getResourceMethodStatistics()
Return the statistics for resource method.
|
Modifier and Type | Method and Description |
---|---|
Method |
WadlGenerator.createMethod(Resource r,
ResourceMethod m) |
Param |
WadlGenerator.createParam(Resource r,
ResourceMethod m,
Parameter p) |
Request |
WadlGenerator.createRequest(Resource r,
ResourceMethod m) |
Representation |
WadlGenerator.createRequestRepresentation(Resource r,
ResourceMethod m,
javax.ws.rs.core.MediaType mediaType) |
List<Response> |
WadlGenerator.createResponses(Resource r,
ResourceMethod m) |
Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.