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   
 

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 HttpServletDispatcher.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
 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)
           
 



Copyright © 2009. All Rights Reserved.