Uses of Class
org.glassfish.jersey.server.model.RuntimeResource

Packages that use RuntimeResource
org.glassfish.jersey.server Jersey server-side 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.model.internal   
 

Uses of RuntimeResource in org.glassfish.jersey.server
 

Methods in org.glassfish.jersey.server that return types with arguments of type RuntimeResource
 List<RuntimeResource> ExtendedUriInfo.getMatchedRuntimeResources()
          Return all matched runtime resources including runtime resources based on child resources.
 

Uses of RuntimeResource in org.glassfish.jersey.server.internal.routing
 

Methods in org.glassfish.jersey.server.internal.routing that return types with arguments of type RuntimeResource
 List<RuntimeResource> UriRoutingContext.getMatchedRuntimeResources()
           
 

Methods in org.glassfish.jersey.server.internal.routing with parameters of type RuntimeResource
 void UriRoutingContext.pushMatchedRuntimeResource(RuntimeResource runtimeResource)
           
 void RoutingContext.pushMatchedRuntimeResource(RuntimeResource runtimeResource)
          Push a matched runtime resource that was visited during matching phase.
 

Uses of RuntimeResource in org.glassfish.jersey.server.model
 

Fields in org.glassfish.jersey.server.model with type parameters of type RuntimeResource
static Comparator<RuntimeResource> RuntimeResource.COMPARATOR
          Comparator of RuntimeResources based on rules respecting resource matching algorithm.
 

Methods in org.glassfish.jersey.server.model that return RuntimeResource
 RuntimeResource RuntimeResource.getParent()
          Get parent of this runtime resource.
 

Methods in org.glassfish.jersey.server.model that return types with arguments of type RuntimeResource
 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
 void RuntimeResourceModelValidator.visitRuntimeResource(RuntimeResource runtimeResource)
           
 void ResourceModelVisitor.visitRuntimeResource(RuntimeResource runtimeResource)
          Process a runtime resource model.
 void AbstractResourceModelVisitor.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
static void ModelProcessorUtil.enhanceResource(RuntimeResource resource, ResourceModel.Builder newModelBuilder, List<ModelProcessorUtil.Method> methods)
           
static Set<String> ModelProcessorUtil.getAllowedMethods(RuntimeResource resource)
          Return allowed methods for the given resource.
 



Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.