Uses of Class
org.glassfish.jersey.server.model.ResourceMethod
-
Packages that use ResourceMethod Package Description org.glassfish.jersey.server Jersey server-side classes.org.glassfish.jersey.server.internal.monitoring Jersey server-side internal monitoring and statistics classes.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 Jersey server-side monitoring JMX MBeans interfaces.org.glassfish.jersey.server.wadl Jersey server-side WADL support public classes and interfaces.org.glassfish.jersey.server.wadl.internal Jersey server-side WADL internal classes.org.glassfish.jersey.server.wadl.internal.generators Jersey server-side WADL internal classes supportingwadl generators.org.glassfish.jersey.server.wadl.internal.generators.resourcedoc Jersey server-side WADL internal classes supporting generation of resource documentation withwadl generators. -
-
Uses of ResourceMethod in org.glassfish.jersey.server
Methods in org.glassfish.jersey.server that return ResourceMethod Modifier and Type Method Description ResourceMethodExtendedUriInfo. getMatchedResourceMethod()Get matchedresource methodthat is invoked.Methods in org.glassfish.jersey.server that return types with arguments of type ResourceMethod Modifier and Type Method Description 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 Modifier and Type Method Description static StringMonitoringUtils. 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 Modifier and Type Method Description ResourceMethodUriRoutingContext. getMatchedResourceMethod()Methods in org.glassfish.jersey.server.internal.routing that return types with arguments of type ResourceMethod Modifier and Type Method Description List<ResourceMethod>UriRoutingContext. getMatchedResourceLocators()Methods in org.glassfish.jersey.server.internal.routing with parameters of type ResourceMethod Modifier and Type Method Description voidRoutingContext. pushMatchedLocator(ResourceMethod resourceLocator)Push the matchedsub resource locator method.voidUriRoutingContext. pushMatchedLocator(ResourceMethod resourceLocator)voidRoutingContext. setMatchedResourceMethod(ResourceMethod resourceMethod)Set the matchedresource method.voidUriRoutingContext. setMatchedResourceMethod(ResourceMethod resourceMethod) -
Uses of ResourceMethod in org.glassfish.jersey.server.model
Methods in org.glassfish.jersey.server.model that return ResourceMethod Modifier and Type Method Description ResourceMethodResourceMethod.Builder. build()Build the resource method model and register it with the parentResource.Builder.ResourceMethodResource. getResourceLocator()Provides a resource locator available on the resource.ResourceMethodRuntimeResource. getResourceLocator()Return the resource locator of this resource.Methods in org.glassfish.jersey.server.model that return types with arguments of type ResourceMethod Modifier and Type Method Description List<ResourceMethod>Resource. getAllMethods()Provides resource methods and resource locator are available on the resource.List<ResourceMethod>RuntimeResource. getResourceLocators()Get resource locators of allresourcesof this runtime resource.List<ResourceMethod>Resource. getResourceMethods()Provides a non-null list of resource methods available on the resource.List<ResourceMethod>RuntimeResource. getResourceMethods()Get resource methods (excluding resource locators) of allresourcesof this runtime resource.Methods in org.glassfish.jersey.server.model with parameters of type ResourceMethod Modifier and Type Method Description ResourceMethod.BuilderResource.Builder. addMethod(ResourceMethod resourceMethod)Add a new method model that is a copy of the givenresourceMethod.ResourceMethodInvokerResourceMethodInvoker.Builder. build(ResourceMethod method, ProcessingProviders processingProviders)Build a new resource method invoker instance.ResourceMethod.BuilderResource.Builder. updateMethod(ResourceMethod resourceMethod)Get a method builder for an existing resource method.voidAbstractResourceModelVisitor. visitResourceMethod(ResourceMethod method)voidResourceModelVisitor. 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 ResourceMethod Modifier and Type Method Description ResourceMethodResourceMethodStatistics. getResourceMethod()Get aresource methodfor which thisResourceMethodStatisticsare calculated.Methods in org.glassfish.jersey.server.monitoring that return types with arguments of type ResourceMethod Modifier and Type Method Description 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 Modifier and Type Method Description MethodWadlGenerator. createMethod(Resource r, ResourceMethod m)ParamWadlGenerator. createParam(Resource r, ResourceMethod m, Parameter p)RequestWadlGenerator. createRequest(Resource r, ResourceMethod m)RepresentationWadlGenerator. createRequestRepresentation(Resource r, ResourceMethod m, 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 Modifier and Type Method Description MethodWadlGeneratorImpl. createMethod(Resource r, ResourceMethod m)ParamWadlGeneratorImpl. createParam(Resource r, ResourceMethod m, Parameter p)RequestWadlGeneratorImpl. createRequest(Resource r, ResourceMethod m)RepresentationWadlGeneratorImpl. createRequestRepresentation(Resource r, ResourceMethod m, MediaType mediaType)RepresentationWadlGeneratorImpl. createResponseRepresentation(Resource r, ResourceMethod m, MediaType mediaType)List<Response>WadlGeneratorImpl. createResponses(Resource r, ResourceMethod m) -
Uses of ResourceMethod in org.glassfish.jersey.server.wadl.internal.generators
-
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 Modifier and Type Method Description MethodWadlGeneratorResourceDocSupport. createMethod(Resource resource, ResourceMethod resourceMethod)ParamWadlGeneratorResourceDocSupport. createParam(Resource r, ResourceMethod m, Parameter p)RequestWadlGeneratorResourceDocSupport. createRequest(Resource r, ResourceMethod m)RepresentationWadlGeneratorResourceDocSupport. createRequestRepresentation(Resource r, ResourceMethod m, MediaType mediaType)List<Response>WadlGeneratorResourceDocSupport. createResponses(Resource r, ResourceMethod m)
-