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.examples   
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, 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, Class<T> endpointType)
           
 

Uses of Application in org.jboss.resteasy.examples
 

Subclasses of Application in org.jboss.resteasy.examples
 class OrdersApplication
           
 

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(String applicationClass, ResteasyProviderFactory providerFactory)
           
 Application ResteasyDeployment.getApplication()
           
 

Methods in org.jboss.resteasy.spi with parameters of type Application
<T> T
ResteasyProviderFactory.createEndpoint(Application applicationConfig, Class<T> endpointType)
          this is a spec method that is unsupported.
protected  boolean 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
 

Constructors in org.jboss.resteasy.test.application with parameters of type Application
FooExceptionMapper(Application application, javax.servlet.ServletConfig servletConfig, javax.servlet.ServletContext context)
           
 



Copyright © 2011. All Rights Reserved.