Uses of Class
javax.ws.rs.ext.RuntimeDelegate

Packages that use RuntimeDelegate
javax.ws.rs.ext APIs that provide extensions to the types supported by the JAX-RS API. 
org.jboss.resteasy.core   
org.jboss.resteasy.plugins.guice.ext   
org.jboss.resteasy.spi   
 

Uses of RuntimeDelegate in javax.ws.rs.ext
 

Methods in javax.ws.rs.ext that return RuntimeDelegate
static RuntimeDelegate RuntimeDelegate.getInstance()
          Obtain a RuntimeDelegate instance.
 

Methods in javax.ws.rs.ext with parameters of type RuntimeDelegate
static void RuntimeDelegate.setInstance(RuntimeDelegate rd)
          Set the runtime delegate that will be used by JAX-RS classes.
 

Uses of RuntimeDelegate in org.jboss.resteasy.core
 

Subclasses of RuntimeDelegate in org.jboss.resteasy.core
 class ThreadLocalResteasyProviderFactory
          Allow applications to push/pop provider factories onto the stack
 

Uses of RuntimeDelegate in org.jboss.resteasy.plugins.guice.ext
 

Constructors in org.jboss.resteasy.plugins.guice.ext with parameters of type RuntimeDelegate
ResponseBuilderProvider(RuntimeDelegate runtimeDelegate)
           
UriBuilderProvider(RuntimeDelegate runtimeDelegate)
           
VariantListBuilderProvider(RuntimeDelegate runtimeDelegate)
           
 

Uses of RuntimeDelegate in org.jboss.resteasy.spi
 

Subclasses of RuntimeDelegate in org.jboss.resteasy.spi
 class ResteasyProviderFactory
           
 



Copyright © 2012. All Rights Reserved.