| Package | Description |
|---|---|
| org.glassfish.jersey.server |
Jersey server-side classes.
|
| org.glassfish.jersey.server.internal.monitoring | |
| org.glassfish.jersey.server.internal.routing |
Jersey server-side internal resource routing classes.
|
| org.glassfish.jersey.server.model |
Jersey server-side application & resource modeling classes.
|
| org.glassfish.jersey.server.monitoring | |
| org.glassfish.jersey.server.wadl | |
| org.glassfish.jersey.server.wadl.internal | |
| org.glassfish.jersey.server.wadl.internal.generators | |
| org.glassfish.jersey.server.wadl.internal.generators.resourcedoc |
| 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 |
|---|---|
static String |
MonitoringUtils.getMethodUniqueId(ResourceMethod method)
Get the method unique string ID.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceMethod |
UriRoutingContext.getMatchedResourceMethod() |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceMethod> |
UriRoutingContext.getMatchedResourceLocators() |
| Modifier and Type | Method and Description |
|---|---|
void |
RoutingContext.pushMatchedLocator(ResourceMethod resourceLocator)
Push the matched
sub resource locator method. |
void |
UriRoutingContext.pushMatchedLocator(ResourceMethod resourceLocator) |
void |
RoutingContext.setMatchedResourceMethod(ResourceMethod resourceMethod)
Set the matched
resource method. |
void |
UriRoutingContext.setMatchedResourceMethod(ResourceMethod resourceMethod) |
| 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 |
|---|---|
ResourceMethodInvoker |
ResourceMethodInvoker.Builder.build(ResourceMethod method,
ProcessingProviders processingProviders)
Build a new resource method invoker instance.
|
void |
AbstractResourceModelVisitor.visitResourceMethod(ResourceMethod method) |
void |
ResourceModelVisitor.visitResourceMethod(ResourceMethod method)
Visit a single resource method model.
|
| 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) |
| Modifier and Type | Method and Description |
|---|---|
Method |
WadlGeneratorImpl.createMethod(Resource r,
ResourceMethod m) |
Param |
WadlGeneratorImpl.createParam(Resource r,
ResourceMethod m,
Parameter p) |
Request |
WadlGeneratorImpl.createRequest(Resource r,
ResourceMethod m) |
Representation |
WadlGeneratorImpl.createRequestRepresentation(Resource r,
ResourceMethod m,
javax.ws.rs.core.MediaType mediaType) |
Representation |
WadlGeneratorImpl.createResponseRepresentation(Resource r,
ResourceMethod m,
javax.ws.rs.core.MediaType mediaType) |
List<Response> |
WadlGeneratorImpl.createResponses(Resource r,
ResourceMethod m) |
| Modifier and Type | Method and Description |
|---|---|
Method |
WadlGeneratorJAXBGrammarGenerator.createMethod(Resource ar,
ResourceMethod arm) |
Method |
WadlGeneratorApplicationDoc.createMethod(Resource r,
ResourceMethod m) |
Method |
WadlGeneratorGrammarsSupport.createMethod(Resource ar,
ResourceMethod arm) |
Param |
WadlGeneratorJAXBGrammarGenerator.createParam(Resource ar,
ResourceMethod am,
Parameter p) |
Param |
WadlGeneratorApplicationDoc.createParam(Resource r,
ResourceMethod m,
Parameter p) |
Param |
WadlGeneratorGrammarsSupport.createParam(Resource ar,
ResourceMethod am,
Parameter p) |
Request |
WadlGeneratorJAXBGrammarGenerator.createRequest(Resource ar,
ResourceMethod arm) |
Request |
WadlGeneratorApplicationDoc.createRequest(Resource r,
ResourceMethod m) |
Request |
WadlGeneratorGrammarsSupport.createRequest(Resource ar,
ResourceMethod arm) |
Representation |
WadlGeneratorJAXBGrammarGenerator.createRequestRepresentation(Resource ar,
ResourceMethod arm,
javax.ws.rs.core.MediaType mt) |
Representation |
WadlGeneratorApplicationDoc.createRequestRepresentation(Resource r,
ResourceMethod m,
javax.ws.rs.core.MediaType mediaType) |
Representation |
WadlGeneratorGrammarsSupport.createRequestRepresentation(Resource ar,
ResourceMethod arm,
javax.ws.rs.core.MediaType mt) |
List<Response> |
WadlGeneratorJAXBGrammarGenerator.createResponses(Resource resource,
ResourceMethod resourceMethod) |
List<Response> |
WadlGeneratorApplicationDoc.createResponses(Resource r,
ResourceMethod m) |
List<Response> |
WadlGeneratorGrammarsSupport.createResponses(Resource ar,
ResourceMethod arm) |
| Modifier and Type | Method and Description |
|---|---|
Method |
WadlGeneratorResourceDocSupport.createMethod(Resource resource,
ResourceMethod resourceMethod) |
Param |
WadlGeneratorResourceDocSupport.createParam(Resource r,
ResourceMethod m,
Parameter p) |
Request |
WadlGeneratorResourceDocSupport.createRequest(Resource r,
ResourceMethod m) |
Representation |
WadlGeneratorResourceDocSupport.createRequestRepresentation(Resource r,
ResourceMethod m,
javax.ws.rs.core.MediaType mediaType) |
List<Response> |
WadlGeneratorResourceDocSupport.createResponses(Resource r,
ResourceMethod m) |
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.