|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Application | |
|---|---|
| javax.ws.rs.ext | APIs that provide extensions to the types supported by the JAX-RS API. |
| org.glassfish.jersey.internal | Common Jersey internal API classes. |
| org.glassfish.jersey.server | Jersey server-side classes. |
| org.glassfish.jersey.server.internal | Jersey server-side internal classes. |
| Uses of Application in javax.ws.rs.ext |
|---|
| Methods in javax.ws.rs.ext with parameters of type Application | ||
|---|---|---|
abstract
|
RuntimeDelegate.createEndpoint(Application application,
Class<T> endpointType)
Create a configured instance of the supplied endpoint type. |
|
| Uses of Application in org.glassfish.jersey.internal |
|---|
| Methods in org.glassfish.jersey.internal with parameters of type Application | ||
|---|---|---|
|
RuntimeDelegateImpl.createEndpoint(Application application,
Class<T> endpointType)
|
|
| Uses of Application in org.glassfish.jersey.server |
|---|
| Subclasses of Application in org.glassfish.jersey.server | |
|---|---|
class |
ResourceConfig
The resource configuration for configuring a web application. |
| Methods in org.glassfish.jersey.server that return Application | |
|---|---|
Application |
ResourceConfig.getApplication()
Returns JAX-RS application corresponding with this ResourceConfig. |
| Methods in org.glassfish.jersey.server with parameters of type Application | ||
|---|---|---|
static
|
ContainerFactory.createContainer(Class<T> type,
Application application)
Create a container according to the class requested. |
|
static ResourceConfig |
ResourceConfig.forApplication(Application application)
Returns a ResourceConfig instance for the supplied application. |
|
| Method parameters in org.glassfish.jersey.server with type arguments of type Application | |
|---|---|
static ResourceConfig |
ResourceConfig.forApplicationClass(Class<? extends Application> applicationClass)
Returns a ResourceConfig instance wrapping the application of the supplied class. |
static ResourceConfig |
ResourceConfig.forApplicationClass(Class<? extends Application> applicationClass,
Set<Class<?>> defaultClasses)
Returns a ResourceConfig instance wrapping the application of the supplied class. |
| Constructors in org.glassfish.jersey.server with parameters of type Application | |
|---|---|
ApplicationHandler(Application application)
Create a new Jersey server-side application handler configured by an instance of a JAX-RS Application sub-class. |
|
| Constructor parameters in org.glassfish.jersey.server with type arguments of type Application | |
|---|---|
ApplicationHandler(Class<? extends Application> jaxrsApplicationClass)
Create a new Jersey server-side application handler configured by a JAX-RS Application (sub-)class. |
|
| Uses of Application in org.glassfish.jersey.server.internal |
|---|
| Methods in org.glassfish.jersey.server.internal that return Application | |
|---|---|
static Application |
ConfigHelper.getWrappedApplication(Application app)
Gets the most internal wrapped application class. |
| Methods in org.glassfish.jersey.server.internal with parameters of type Application | ||
|---|---|---|
|
RuntimeDelegateImpl.createEndpoint(Application application,
Class<T> endpointType)
|
|
static Application |
ConfigHelper.getWrappedApplication(Application app)
Gets the most internal wrapped application class. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||