| Package | Description |
|---|---|
| javax.ws.rs.ext |
APIs that provide extensions to the types supported by the JAX-RS API.
|
| org.jboss.example.jaxrs2.async | |
| org.jboss.resteasy.cdi | |
| org.jboss.resteasy.core | |
| org.jboss.resteasy.example.oauth | |
| org.jboss.resteasy.example.pubsub | |
| org.jboss.resteasy.examples | |
| org.jboss.resteasy.plugins.server.servlet | |
| org.jboss.resteasy.plugins.server.undertow | |
| org.jboss.resteasy.skeleton.key.idm.service | |
| org.jboss.resteasy.spi | |
| org.jboss.resteasy.test.application | |
| org.jboss.resteasy.test.async |
| 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 | Class and Description |
|---|---|
class |
ChatApplication |
class |
CustomerApplication |
| Modifier and Type | Method and Description |
|---|---|
<T extends Application> |
ResteasyCdiExtension.observeApplications(javax.enterprise.inject.spi.ProcessAnnotatedType<T> event,
javax.enterprise.inject.spi.BeanManager beanManager)
Set a default scope for each CDI bean which is a JAX-RS Application subclass.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ThreadLocalResteasyProviderFactory.createEndpoint(Application applicationConfig,
Class<T> endpointType) |
| Modifier and Type | Class and Description |
|---|---|
class |
DataApplication |
| Modifier and Type | Class and Description |
|---|---|
class |
PubSubApplication |
| Modifier and Type | Class and Description |
|---|---|
class |
OrdersApplication |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ServletContainerDispatcher.processApplication(Application config) |
| Modifier and Type | Method and Description |
|---|---|
UndertowJaxrsServer |
UndertowJaxrsServer.deploy(Application application)
Creates a web deployment for the jaxrs Application.
|
UndertowJaxrsServer |
UndertowJaxrsServer.deploy(Application application,
String contextPath)
Creates a web deployment for the jaxrs Application.
|
| Modifier and Type | Method and Description |
|---|---|
UndertowJaxrsServer |
UndertowJaxrsServer.deploy(Class<? extends Application> application)
Creates a web deployment for the jaxrs Application.
|
UndertowJaxrsServer |
UndertowJaxrsServer.deploy(Class<? extends Application> application,
String contextPath)
Creates a web deployment for the jaxrs Application.
|
io.undertow.servlet.api.DeploymentInfo |
UndertowJaxrsServer.undertowDeployment(Class<? extends Application> application)
Creates a web deployment for the jaxrs Application.
|
io.undertow.servlet.api.DeploymentInfo |
UndertowJaxrsServer.undertowDeployment(Class<? extends Application> application,
String mapping)
Creates a web deployment for the jaxrs Application.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SkeletonKeyApplication |
| 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
MyApplication
This is for RESTEASY-381
|
| Constructor and Description |
|---|
FooExceptionMapper(Application application,
javax.servlet.ServletConfig servletConfig,
javax.servlet.ServletContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
MyApp |
Copyright © 2015. All Rights Reserved.