|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContainerException | |
|---|---|
| com.sun.jersey.api.container | Provides support for creating HTTP-based containers. |
| com.sun.jersey.api.core | Provides support for configuration. |
| com.sun.jersey.spi.container | Provides support for containers and the web application that manages resource classes. |
| Uses of ContainerException in com.sun.jersey.api.container |
|---|
| Subclasses of ContainerException in com.sun.jersey.api.container | |
|---|---|
class |
ContainerCheckedException
A runtime exception that propagates a checked exception. |
| Methods in com.sun.jersey.api.container that throw ContainerException | ||
|---|---|---|
static
|
ContainerFactory.createContainer(java.lang.Class<A> type,
java.lang.Class<?>... resourceClasses)
Create a container according to the class requested. |
|
static
|
ContainerFactory.createContainer(java.lang.Class<A> type,
ResourceConfig resourceConfig)
Create a container according to the class requested. |
|
static
|
ContainerFactory.createContainer(java.lang.Class<A> type,
java.util.Set<java.lang.Class<?>> resourceClasses)
Create a container according to the class requested. |
|
static
|
ContainerFactory.createContainer(java.lang.Class<A> type,
java.lang.String packageName)
Create an instance of a container according to the class requested. |
|
| Uses of ContainerException in com.sun.jersey.api.core |
|---|
| Methods in com.sun.jersey.api.core that throw ContainerException | ||
|---|---|---|
|
ResourceContext.getResource(java.lang.Class<T> c)
Provides an instance of the given resource class. |
|
| Uses of ContainerException in com.sun.jersey.spi.container |
|---|
| Methods in com.sun.jersey.spi.container that throw ContainerException | |
|---|---|
T |
ContainerProvider.createContainer(java.lang.Class<T> type,
ResourceConfig resourceConfig,
WebApplication application)
Create an container of type T. |
WebApplication |
WebApplicationProvider.createWebApplication()
Instantiate a new WebApplication. |
static WebApplication |
WebApplicationFactory.createWebApplication()
Create a Web application instance. |
void |
WebApplication.initiate(ResourceConfig resourceConfig)
Initiate the Web application. |
void |
WebApplication.initiate(ResourceConfig resourceConfig,
ComponentProvider provider)
Initiate the Web application. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||