Uses of Class
javax.ws.rs.core.Application

Packages that use Application
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.server.servlet   
org.jboss.resteasy.spi   
org.jboss.resteasy.test.application   
 

Uses of Application in javax.ws.rs.ext
 

Methods in javax.ws.rs.ext with parameters of type Application
abstract
<T> T
RuntimeDelegate.createEndpoint(Application application, java.lang.Class<T> endpointType)
          Create a configured instance of the supplied endpoint type.
 

Uses of Application in org.jboss.resteasy.core
 

Methods in org.jboss.resteasy.core with parameters of type Application
<T> T
ThreadLocalResteasyProviderFactory.createEndpoint(Application applicationConfig, java.lang.Class<T> endpointType)
           
 

Uses of Application in org.jboss.resteasy.plugins.server.servlet
 

Methods in org.jboss.resteasy.plugins.server.servlet with parameters of type Application
protected  void ServletContainerDispatcher.processApplication(Application config)
           
 

Uses of Application in org.jboss.resteasy.spi
 

Fields in org.jboss.resteasy.spi declared as Application
protected  Application ResteasyDeployment.application
           
 

Methods in org.jboss.resteasy.spi that return Application
static Application ResteasyDeployment.createApplication(java.lang.String applicationClass, ResteasyProviderFactory providerFactory)
           
 Application ResteasyDeployment.getApplication()
           
 

Methods in org.jboss.resteasy.spi with parameters of type Application
<T> T
ResteasyProviderFactory.createEndpoint(Application applicationConfig, java.lang.Class<T> endpointType)
          this is a spec method that is unsupported.
protected  void ResteasyDeployment.processApplication(Application config)
           
 void ResteasyDeployment.setApplication(Application application)
           
 

Uses of Application in org.jboss.resteasy.test.application
 

Subclasses of Application in org.jboss.resteasy.test.application
 class MyApplication
          This is for RESTEASY-381
 



Copyright © 2010. All Rights Reserved.