Uses of Class
org.glassfish.jersey.server.model.RuntimeResource
Packages that use RuntimeResource
Package
Description
Jersey server-side classes.
Jersey server-side internal resource routing classes.
Jersey server-side application invalid input: '&' 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 resourcesincluding runtime resources based on child resources. -
Uses of RuntimeResource in org.glassfish.jersey.server.internal.routing
Fields in org.glassfish.jersey.server.internal.routing declared as RuntimeResourceModifier and TypeFieldDescriptionprivate final RuntimeResourcePushMatchedRuntimeResourceRouter.resourceFields in org.glassfish.jersey.server.internal.routing with type parameters of type RuntimeResourceModifier and TypeFieldDescriptionprivate final LinkedList<RuntimeResource> UriRoutingContext.matchedRuntimeResourcesMethods in org.glassfish.jersey.server.internal.routing that return types with arguments of type RuntimeResourceMethods in org.glassfish.jersey.server.internal.routing with parameters of type RuntimeResourceModifier and TypeMethodDescriptionprivate List<MethodRouting> RuntimeModelBuilder.createResourceMethodRouters(RuntimeResource runtimeResource, boolean subResourceMode) private ResourceRuntimeModelBuilder.getLocatorResource(RuntimeResource resource) private PushMatchedTemplateRouterRuntimeModelBuilder.getTemplateRouterForChildLocator(boolean subResourceMode, RuntimeResource child) voidRoutingContext.pushMatchedRuntimeResource(RuntimeResource runtimeResource) Push a matchedruntime resourcethat was visited during matching phase.voidUriRoutingContext.pushMatchedRuntimeResource(RuntimeResource runtimeResource) Constructors in org.glassfish.jersey.server.internal.routing with parameters of type RuntimeResourceModifierConstructorDescription(package private)Create a new instance of push matched resource router. -
Uses of RuntimeResource in org.glassfish.jersey.server.model
Fields in org.glassfish.jersey.server.model declared as RuntimeResourceFields in org.glassfish.jersey.server.model with type parameters of type RuntimeResourceModifier and TypeFieldDescriptionprivate final List<RuntimeResource> RuntimeResource.childRuntimeResourcesstatic final Comparator<RuntimeResource> RuntimeResource.COMPARATORComparator of RuntimeResources based on rules respecting resource matching algorithm.private final List<RuntimeResource> RuntimeResourceModel.runtimeResourcesMethods in org.glassfish.jersey.server.model that return RuntimeResourceModifier and TypeMethodDescriptionRuntimeResource.Builder.build(RuntimeResource parent) Build new RuntimeResource from this builder.RuntimeResource.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 TypeMethodDescriptionRuntimeResource.Builder.build(RuntimeResource parent) Build new RuntimeResource from this builder.private voidRuntimeResourceModelValidator.checkIntersectingMediaTypes(RuntimeResource runtimeResource, String httpMethod, ResourceMethod m1, ResourceMethod m2) private voidRuntimeResourceModelValidator.checkMethods(RuntimeResource resource) voidAbstractResourceModelVisitor.visitRuntimeResource(RuntimeResource runtimeResource) voidResourceModelVisitor.visitRuntimeResource(RuntimeResource runtimeResource) Process a runtime resource model.voidRuntimeResourceModelValidator.visitRuntimeResource(RuntimeResource runtimeResource) Constructors in org.glassfish.jersey.server.model with parameters of type RuntimeResourceModifierConstructorDescriptionprivateRuntimeResource(List<Resource> resources, List<RuntimeResource.Builder> childRuntimeResourceBuilders, RuntimeResource parent, String regex) -
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 voidModelProcessorUtil.enhanceResource(RuntimeResource resource, ResourceModel.Builder enhancedModelBuilder, List<ModelProcessorUtil.Method> methods, boolean extended) Enhance the runtime resource referenced byresourceparameter with a list of additional methods.ModelProcessorUtil.getAllowedMethods(RuntimeResource resource) Return allowed methods for the givenresource.