Uses of Class
org.glassfish.jersey.server.model.RuntimeResource
-
Packages that use RuntimeResource Package Description org.glassfish.jersey.server Jersey server-side classes.org.glassfish.jersey.server.model Jersey server-side application & resource modeling classes.org.glassfish.jersey.server.model.internal 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 RuntimeResource Modifier and Type Method Description List<RuntimeResource>ExtendedUriInfo. getMatchedRuntimeResources()Return all matchedruntime resourcesincluding 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 RuntimeResource Modifier and Type Field Description static Comparator<RuntimeResource>RuntimeResource. COMPARATORComparator of RuntimeResources based on rules respecting resource matching algorithm.Methods in org.glassfish.jersey.server.model that return RuntimeResource Modifier and Type Method Description RuntimeResourceRuntimeResource. getParent()Get parent of this runtime resource.Methods in org.glassfish.jersey.server.model that return types with arguments of type RuntimeResource Modifier and Type Method Description List<RuntimeResource>RuntimeResource. getChildRuntimeResources()Get child runtime resources of this resource.List<RuntimeResource>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 RuntimeResource Modifier and Type Method Description voidAbstractResourceModelVisitor. visitRuntimeResource(RuntimeResource runtimeResource)voidResourceModelVisitor. visitRuntimeResource(RuntimeResource runtimeResource)Process a runtime resource model.voidRuntimeResourceModelValidator. 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 RuntimeResource Modifier and Type Method Description static 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.static Set<String>ModelProcessorUtil. getAllowedMethods(RuntimeResource resource)Return allowed methods for the givenresource.
-