Uses of Class
org.glassfish.jersey.server.model.RuntimeResource
Package
Description
Jersey server-side classes.
Jersey server-side internal resource routing classes.
Jersey server-side application & resource modeling classes.
Jersey server-side internal model related and routing helper classes.
-
Uses of RuntimeResource in org.glassfish.jersey.server
Modifier and TypeMethodDescriptionExtendedUriInfo.getMatchedRuntimeResources()
Return all matchedruntime resources
including runtime resources based on child resources. -
Uses of RuntimeResource in org.glassfish.jersey.server.internal.routing
Modifier and TypeMethodDescriptionvoid
RoutingContext.pushMatchedRuntimeResource
(RuntimeResource runtimeResource) Push a matchedruntime resource
that was visited during matching phase.void
UriRoutingContext.pushMatchedRuntimeResource
(RuntimeResource runtimeResource) -
Uses of RuntimeResource in org.glassfish.jersey.server.model
Modifier and TypeFieldDescriptionstatic final Comparator<RuntimeResource>
RuntimeResource.COMPARATOR
Comparator of RuntimeResources based on rules respecting resource matching algorithm.Modifier and TypeMethodDescriptionRuntimeResource.getParent()
Get parent of this runtime resource.Modifier and TypeMethodDescriptionRuntimeResource.getChildRuntimeResources()
Get child runtime resources of this resource.RuntimeResourceModel.getRuntimeResources()
Get list of runtime resources from this model (excluding child resources which are accessible in the returned resources).Modifier and TypeMethodDescriptionvoid
AbstractResourceModelVisitor.visitRuntimeResource
(RuntimeResource runtimeResource) void
ResourceModelVisitor.visitRuntimeResource
(RuntimeResource runtimeResource) Process a runtime resource model.void
RuntimeResourceModelValidator.visitRuntimeResource
(RuntimeResource runtimeResource) -
Uses of RuntimeResource in org.glassfish.jersey.server.model.internal
Modifier and TypeMethodDescriptionstatic void
ModelProcessorUtil.enhanceResource
(RuntimeResource resource, ResourceModel.Builder enhancedModelBuilder, List<ModelProcessorUtil.Method> methods, boolean extended) Enhance the runtime resource referenced byresource
parameter with a list of additional methods.ModelProcessorUtil.getAllowedMethods
(RuntimeResource resource) Return allowed methods for the givenresource
.