Uses of Class
org.glassfish.jersey.server.model.RuntimeResource
Packages that use RuntimeResource
Package
Description
Jersey server-side 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
Methods in org.glassfish.jersey.server that return types with arguments of type RuntimeResourceModifier and TypeMethodDescriptionExtendedUriInfo.getMatchedRuntimeResources()
Return all matchedruntime resources
including runtime resources based on child resources. -
Uses of RuntimeResource in org.glassfish.jersey.server.model
Fields in org.glassfish.jersey.server.model with type parameters of type RuntimeResourceModifier and TypeFieldDescriptionstatic final Comparator<RuntimeResource>
RuntimeResource.COMPARATOR
Comparator of RuntimeResources based on rules respecting resource matching algorithm.Methods in org.glassfish.jersey.server.model that return RuntimeResourceModifier and TypeMethodDescriptionRuntimeResource.getParent()
Get parent of this runtime resource.Methods in org.glassfish.jersey.server.model that return types with arguments of type RuntimeResourceModifier 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).Methods in org.glassfish.jersey.server.model with parameters of type RuntimeResourceModifier 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
Methods in org.glassfish.jersey.server.model.internal with parameters of type RuntimeResourceModifier 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
.