Uses of Class
org.glassfish.jersey.server.model.ResourceMethod
Packages that use ResourceMethod
Package
Description
Jersey server-side classes.
Jersey server-side internal monitoring and statistics classes.
Jersey server-side internal resource routing classes.
Jersey server-side application & resource modeling classes.
Jersey server-side monitoring JMX MBeans interfaces.
Jersey server-side WADL support public classes and interfaces.
Jersey server-side WADL internal classes.
Jersey server-side WADL internal classes supporting
wadl generators
.Jersey server-side WADL internal classes supporting
generation of resource documentation with
wadl generators
.-
Uses of ResourceMethod in org.glassfish.jersey.linking
Methods in org.glassfish.jersey.linking that return ResourceMethodConstructors in org.glassfish.jersey.linking with parameters of type ResourceMethodModifierConstructorDescriptionProvideLinkDescriptor
(ResourceMethod resource, ProvideLink provideLink, Annotation parentAnnotation) c'tor -
Uses of ResourceMethod in org.glassfish.jersey.server
Methods in org.glassfish.jersey.server that return ResourceMethodModifier and TypeMethodDescriptionExtendedUriInfo.getMatchedResourceMethod()
Get matchedresource method
that is invoked.Methods in org.glassfish.jersey.server that return types with arguments of type ResourceMethodModifier and TypeMethodDescriptionExtendedUriInfo.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 ResourceMethodModifier and TypeMethodDescriptionstatic 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 ResourceMethodMethods in org.glassfish.jersey.server.internal.routing that return types with arguments of type ResourceMethodMethods in org.glassfish.jersey.server.internal.routing with parameters of type ResourceMethodModifier and TypeMethodDescriptionvoid
RoutingContext.pushMatchedLocator
(ResourceMethod resourceLocator) Push the matchedsub resource locator method
.void
UriRoutingContext.pushMatchedLocator
(ResourceMethod resourceLocator) void
RoutingContext.setMatchedResourceMethod
(ResourceMethod resourceMethod) Set the matchedresource method
.void
UriRoutingContext.setMatchedResourceMethod
(ResourceMethod resourceMethod) -
Uses of ResourceMethod in org.glassfish.jersey.server.model
Methods in org.glassfish.jersey.server.model that return ResourceMethodModifier and TypeMethodDescriptionResourceMethod.Builder.build()
Build the resource method model and register it with the parentResource.Builder
.Resource.getResourceLocator()
Provides a resource locator available on the resource.RuntimeResource.getResourceLocator()
Return the resource locator of this resource.Methods in org.glassfish.jersey.server.model that return types with arguments of type ResourceMethodModifier and TypeMethodDescriptionResource.getAllMethods()
Provides resource methods and resource locator are available on the resource.RuntimeResource.getResourceLocators()
Get resource locators of allresources
of this runtime resource.Resource.getResourceMethods()
Provides a non-null list of resource methods available on the resource.RuntimeResource.getResourceMethods()
Get resource methods (excluding resource locators) of allresources
of this runtime resource.Methods in org.glassfish.jersey.server.model with parameters of type ResourceMethodModifier and TypeMethodDescriptionResource.Builder.addMethod
(ResourceMethod resourceMethod) Add a new method model that is a copy of the givenresourceMethod
.ResourceMethodInvoker.Builder.build
(ResourceMethod method, ProcessingProviders processingProviders) Build a new resource method invoker instance.Resource.Builder.updateMethod
(ResourceMethod resourceMethod) Get a method builder for an existing resource method.void
AbstractResourceModelVisitor.visitResourceMethod
(ResourceMethod method) void
ResourceModelVisitor.visitResourceMethod
(ResourceMethod method) Visit a single resource method model. -
Uses of ResourceMethod in org.glassfish.jersey.server.monitoring
Methods in org.glassfish.jersey.server.monitoring that return ResourceMethodModifier and TypeMethodDescriptionResourceMethodStatistics.getResourceMethod()
Get aresource method
for which thisResourceMethodStatistics
are calculated.Methods in org.glassfish.jersey.server.monitoring that return types with arguments of type ResourceMethodModifier and TypeMethodDescriptionResourceStatistics.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 ResourceMethodModifier and TypeMethodDescriptionWadlGenerator.createMethod
(Resource r, ResourceMethod m) WadlGenerator.createParam
(Resource r, ResourceMethod m, Parameter p) WadlGenerator.createRequest
(Resource r, ResourceMethod m) WadlGenerator.createRequestRepresentation
(Resource r, ResourceMethod m, MediaType mediaType) 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 ResourceMethodModifier and TypeMethodDescriptionWadlGeneratorImpl.createMethod
(Resource r, ResourceMethod m) WadlGeneratorImpl.createParam
(Resource r, ResourceMethod m, Parameter p) WadlGeneratorImpl.createRequest
(Resource r, ResourceMethod m) WadlGeneratorImpl.createRequestRepresentation
(Resource r, ResourceMethod m, MediaType mediaType) WadlGeneratorImpl.createResponseRepresentation
(Resource r, ResourceMethod m, MediaType mediaType) 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 ResourceMethodModifier and TypeMethodDescriptionWadlGeneratorApplicationDoc.createMethod
(Resource r, ResourceMethod m) WadlGeneratorGrammarsSupport.createMethod
(Resource ar, ResourceMethod arm) WadlGeneratorJAXBGrammarGenerator.createMethod
(Resource ar, ResourceMethod arm) WadlGeneratorApplicationDoc.createParam
(Resource r, ResourceMethod m, Parameter p) WadlGeneratorGrammarsSupport.createParam
(Resource ar, ResourceMethod am, Parameter p) WadlGeneratorJAXBGrammarGenerator.createParam
(Resource ar, ResourceMethod am, Parameter p) WadlGeneratorApplicationDoc.createRequest
(Resource r, ResourceMethod m) WadlGeneratorGrammarsSupport.createRequest
(Resource ar, ResourceMethod arm) WadlGeneratorJAXBGrammarGenerator.createRequest
(Resource ar, ResourceMethod arm) WadlGeneratorApplicationDoc.createRequestRepresentation
(Resource r, ResourceMethod m, MediaType mediaType) WadlGeneratorGrammarsSupport.createRequestRepresentation
(Resource ar, ResourceMethod arm, MediaType mt) WadlGeneratorJAXBGrammarGenerator.createRequestRepresentation
(Resource ar, ResourceMethod arm, MediaType mt) WadlGeneratorApplicationDoc.createResponses
(Resource r, ResourceMethod m) WadlGeneratorGrammarsSupport.createResponses
(Resource ar, ResourceMethod arm) WadlGeneratorJAXBGrammarGenerator.createResponses
(Resource resource, ResourceMethod resourceMethod) -
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 ResourceMethodModifier and TypeMethodDescriptionWadlGeneratorResourceDocSupport.createMethod
(Resource resource, ResourceMethod resourceMethod) WadlGeneratorResourceDocSupport.createParam
(Resource r, ResourceMethod m, Parameter p) WadlGeneratorResourceDocSupport.createRequest
(Resource r, ResourceMethod m) WadlGeneratorResourceDocSupport.createRequestRepresentation
(Resource r, ResourceMethod m, MediaType mediaType) WadlGeneratorResourceDocSupport.createResponses
(Resource r, ResourceMethod m)