Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
abstract <T> T |
RuntimeDelegate.createEndpoint(Application application,
Class<T> endpointType)
Create a configured instance of the supplied endpoint type.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
ThreadLocalResteasyProviderFactory.createEndpoint(Application applicationConfig,
Class<T> endpointType) |
Modifier and Type | Method and Description |
---|---|
protected void |
ServletContainerDispatcher.processApplication(Application config) |
Modifier and Type | Field and Description |
---|---|
protected Application |
ResteasyDeployment.application |
Modifier and Type | Method and Description |
---|---|
static Application |
ResteasyDeployment.createApplication(String applicationClass,
Dispatcher dispatcher,
ResteasyProviderFactory providerFactory) |
Application |
ResteasyDeployment.getApplication() |
Modifier and Type | Method and Description |
---|---|
<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) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.