|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceMethod | |
|---|---|
| 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 | |
| Uses of ResourceMethod in org.glassfish.jersey.server |
|---|
| Methods in org.glassfish.jersey.server that return ResourceMethod | |
|---|---|
ResourceMethod |
ExtendedUriInfo.getMatchedResourceMethod()
Get matched resource method that is invoked. |
| Methods in org.glassfish.jersey.server that return types with arguments of type ResourceMethod | |
|---|---|
List<ResourceMethod> |
ExtendedUriInfo.getMatchedResourceLocators()
Get resource locators matched since beginning of a matching. |
| Uses of ResourceMethod in org.glassfish.jersey.server.internal.monitoring |
|---|
| Methods in org.glassfish.jersey.server.internal.monitoring with parameters of type ResourceMethod | |
|---|---|
static String |
MonitoringUtils.getMethodUniqueId(ResourceMethod method)
Get the method unique string ID. |
| Uses of ResourceMethod in org.glassfish.jersey.server.internal.routing |
|---|
| Methods in org.glassfish.jersey.server.internal.routing that return ResourceMethod | |
|---|---|
ResourceMethod |
UriRoutingContext.getMatchedResourceMethod()
|
| Methods in org.glassfish.jersey.server.internal.routing that return types with arguments of type ResourceMethod | |
|---|---|
List<ResourceMethod> |
UriRoutingContext.getMatchedResourceLocators()
|
| Methods in org.glassfish.jersey.server.internal.routing with parameters of type ResourceMethod | |
|---|---|
void |
UriRoutingContext.pushMatchedLocator(ResourceMethod resourceLocator)
|
void |
RoutingContext.pushMatchedLocator(ResourceMethod resourceLocator)
Push the matched sub resource locator method. |
void |
UriRoutingContext.setMatchedResourceMethod(ResourceMethod resourceMethod)
|
void |
RoutingContext.setMatchedResourceMethod(ResourceMethod resourceMethod)
Set the matched resource method. |
| Uses of ResourceMethod in org.glassfish.jersey.server.model |
|---|
| Methods in org.glassfish.jersey.server.model that return ResourceMethod | |
|---|---|
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. |
| Methods in org.glassfish.jersey.server.model that return types with arguments of type ResourceMethod | |
|---|---|
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. |
| Methods in org.glassfish.jersey.server.model with parameters of type ResourceMethod | |
|---|---|
ResourceMethodInvoker |
ResourceMethodInvoker.Builder.build(ResourceMethod method,
ProcessingProviders processingProviders)
Build a new resource method invoker instance. |
void |
ResourceModelVisitor.visitResourceMethod(ResourceMethod method)
Visit a single resource method model. |
void |
AbstractResourceModelVisitor.visitResourceMethod(ResourceMethod method)
|
| Uses of ResourceMethod in org.glassfish.jersey.server.monitoring |
|---|
| Methods in org.glassfish.jersey.server.monitoring that return ResourceMethod | |
|---|---|
ResourceMethod |
ResourceMethodStatistics.getResourceMethod()
Get a resource method for which this ResourceMethodStatistics are calculated. |
| Methods in org.glassfish.jersey.server.monitoring that return types with arguments of type ResourceMethod | |
|---|---|
Map<ResourceMethod,ResourceMethodStatistics> |
ResourceStatistics.getResourceMethodStatistics()
Return the statistics for resource method. |
| Uses of ResourceMethod in org.glassfish.jersey.server.wadl |
|---|
| Methods in org.glassfish.jersey.server.wadl with parameters of type ResourceMethod | |
|---|---|
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)
|
| Uses of ResourceMethod in org.glassfish.jersey.server.wadl.internal |
|---|
| Methods in org.glassfish.jersey.server.wadl.internal with parameters of type ResourceMethod | |
|---|---|
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)
|
| Uses of ResourceMethod in org.glassfish.jersey.server.wadl.internal.generators |
|---|
| Methods in org.glassfish.jersey.server.wadl.internal.generators with parameters of type ResourceMethod | |
|---|---|
Method |
WadlGeneratorJAXBGrammarGenerator.createMethod(Resource ar,
ResourceMethod arm)
|
Method |
WadlGeneratorGrammarsSupport.createMethod(Resource ar,
ResourceMethod arm)
|
Method |
WadlGeneratorApplicationDoc.createMethod(Resource r,
ResourceMethod m)
|
Param |
WadlGeneratorJAXBGrammarGenerator.createParam(Resource ar,
ResourceMethod am,
Parameter p)
|
Param |
WadlGeneratorGrammarsSupport.createParam(Resource ar,
ResourceMethod am,
Parameter p)
|
Param |
WadlGeneratorApplicationDoc.createParam(Resource r,
ResourceMethod m,
Parameter p)
|
Request |
WadlGeneratorJAXBGrammarGenerator.createRequest(Resource ar,
ResourceMethod arm)
|
Request |
WadlGeneratorGrammarsSupport.createRequest(Resource ar,
ResourceMethod arm)
|
Request |
WadlGeneratorApplicationDoc.createRequest(Resource r,
ResourceMethod m)
|
Representation |
WadlGeneratorJAXBGrammarGenerator.createRequestRepresentation(Resource ar,
ResourceMethod arm,
javax.ws.rs.core.MediaType mt)
|
Representation |
WadlGeneratorGrammarsSupport.createRequestRepresentation(Resource ar,
ResourceMethod arm,
javax.ws.rs.core.MediaType mt)
|
Representation |
WadlGeneratorApplicationDoc.createRequestRepresentation(Resource r,
ResourceMethod m,
javax.ws.rs.core.MediaType mediaType)
|
List<Response> |
WadlGeneratorJAXBGrammarGenerator.createResponses(Resource resource,
ResourceMethod resourceMethod)
|
List<Response> |
WadlGeneratorGrammarsSupport.createResponses(Resource ar,
ResourceMethod arm)
|
List<Response> |
WadlGeneratorApplicationDoc.createResponses(Resource r,
ResourceMethod m)
|
| Uses of ResourceMethod in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc |
|---|
| Methods in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc with parameters of type ResourceMethod | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||