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.examples | |
org.jboss.resteasy.plugins.server.servlet | |
org.jboss.resteasy.resteasy736 | |
org.jboss.resteasy.resteasy802 |
This test verifies that org.jboss.as.jaxrs.deployment.JaxrsComponentDeployer in an older version
of AS, 7.1.0.Final, is compatible with org.jboss.resteasy.util.GetRestful in resteasy-jaxrs.
|
org.jboss.resteasy.spi | |
org.jboss.resteasy.test.application | |
org.jboss.resteasy.test.smoke |
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 | Class and Description |
---|---|
class |
OrdersApplication |
Modifier and Type | Method and Description |
---|---|
protected void |
ServletContainerDispatcher.processApplication(Application config) |
Modifier and Type | Class and Description |
---|---|
class |
TestApplication |
Modifier and Type | Class and Description |
---|---|
class |
JaxRsActivator
A class extending
Application and annotated with @ApplicationPath is the Java EE 6
"no XML" approach to activating JAX-RS. |
Modifier and Type | Field and Description |
---|---|
protected Application |
ResteasyDeployment.application |
Modifier and Type | Method and Description |
---|---|
static Application |
ResteasyDeployment.createApplication(String applicationClass,
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 © 2013. All Rights Reserved.