|
||||||||||
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.server.impl.container | |
com.sun.jersey.server.impl.container.grizzly | |
com.sun.jersey.server.impl.container.httpserver | |
com.sun.jersey.server.impl.model | |
com.sun.jersey.server.impl.model.parameter.multivalued | |
com.sun.jersey.simple.impl.container | |
com.sun.jersey.spi.container | Provides support for containers and the web application that manages resource classes. |
com.sun.jersey.spi.template | Provides support for view aspect of model view controller and templates that produce views. |
Uses of ContainerException in com.sun.jersey.api.container |
---|
Subclasses of ContainerException in com.sun.jersey.api.container | |
---|---|
class |
MappableContainerException
A runtime exception that contains a cause, a checked or runtime exception, that may be mapped to a Response instance. |
Methods in com.sun.jersey.api.container that throw ContainerException | ||
---|---|---|
static
|
ContainerFactory.createContainer(Class<A> type,
Class<?>... resourceClasses)
Create a container according to the class requested. |
|
static
|
ContainerFactory.createContainer(Class<A> type,
ResourceConfig resourceConfig)
Create a container according to the class requested. |
|
static
|
ContainerFactory.createContainer(Class<A> type,
ResourceConfig resourceConfig,
IoCComponentProviderFactory factory)
Create a container according to the class requested. |
|
static
|
ContainerFactory.createContainer(Class<A> type,
Set<Class<?>> resourceClasses)
Create a container according to the class requested. |
|
static
|
ContainerFactory.createContainer(Class<A> type,
String packageName)
Deprecated. |
Uses of ContainerException in com.sun.jersey.api.core |
---|
Methods in com.sun.jersey.api.core that throw ContainerException | ||
---|---|---|
|
ResourceContext.getResource(Class<T> c)
Provides an instance of the given resource class. |
|
Object |
ResourceContext.matchResource(URI u)
Match a URI to a resource instance. |
|
|
ResourceContext.matchResource(URI u,
Class<T> c)
Match a URI to a resource instance. |
|
ExtendedUriInfo |
ResourceContext.matchUriInfo(URI u)
Match a URI to URI information. |
Uses of ContainerException in com.sun.jersey.server.impl.container |
---|
Methods in com.sun.jersey.server.impl.container that throw ContainerException | |
---|---|
WebApplication |
WebApplicationProviderImpl.createWebApplication()
|
Uses of ContainerException in com.sun.jersey.server.impl.container.grizzly |
---|
Methods in com.sun.jersey.server.impl.container.grizzly that throw ContainerException | |
---|---|
com.sun.grizzly.tcp.Adapter |
GrizzlyContainerProvider.createContainer(Class<com.sun.grizzly.tcp.Adapter> type,
ResourceConfig resourceConfig,
WebApplication application)
|
Constructors in com.sun.jersey.server.impl.container.grizzly that throw ContainerException | |
---|---|
GrizzlyContainer(ResourceConfig rc,
WebApplication app)
|
Uses of ContainerException in com.sun.jersey.server.impl.container.httpserver |
---|
Methods in com.sun.jersey.server.impl.container.httpserver that throw ContainerException | |
---|---|
com.sun.net.httpserver.HttpHandler |
HttpHandlerContainerProvider.createContainer(Class<com.sun.net.httpserver.HttpHandler> type,
ResourceConfig resourceConfig,
WebApplication application)
|
Constructors in com.sun.jersey.server.impl.container.httpserver that throw ContainerException | |
---|---|
HttpHandlerContainer(WebApplication app)
|
Uses of ContainerException in com.sun.jersey.server.impl.model |
---|
Methods in com.sun.jersey.server.impl.model that return ContainerException | |
---|---|
static ContainerException |
ErrorHelper.badClassConsumes(Exception e,
Class resourceClass,
Consumes c)
|
static ContainerException |
ErrorHelper.badClassProduces(Exception e,
Class resourceClass,
Produces p)
|
static ContainerException |
ErrorHelper.badMethodConsumes(Exception e,
Class resourceClass,
Method m,
Consumes c)
|
static ContainerException |
ErrorHelper.badMethodHttpMethod(Class resourceClass,
Method m,
HttpMethod hm)
|
static ContainerException |
ErrorHelper.badMethodProduces(Exception e,
Class resourceClass,
Method m,
Produces p)
|
static ContainerException |
ErrorHelper.objectNotAWebResource(Class resourceClass)
|
Uses of ContainerException in com.sun.jersey.server.impl.model.parameter.multivalued |
---|
Subclasses of ContainerException in com.sun.jersey.server.impl.model.parameter.multivalued | |
---|---|
class |
ExtractorContainerException
A runtime exception that contains a cause, a checked or runtime exception, that may be passed to the cause of a WebApplicationException . |
Uses of ContainerException in com.sun.jersey.simple.impl.container |
---|
Methods in com.sun.jersey.simple.impl.container that throw ContainerException | |
---|---|
org.simpleframework.http.core.Container |
SimpleContainerProvider.createContainer(Class<org.simpleframework.http.core.Container> type,
ResourceConfig resourceConfig,
WebApplication application)
|
Constructors in com.sun.jersey.simple.impl.container that throw ContainerException | |
---|---|
SimpleContainer(WebApplication application)
|
Uses of ContainerException in com.sun.jersey.spi.container |
---|
Methods in com.sun.jersey.spi.container that throw ContainerException | |
---|---|
T |
ContainerProvider.createContainer(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,
IoCComponentProviderFactory provider)
Initiate the Web application. |
Uses of ContainerException in com.sun.jersey.spi.template |
---|
Subclasses of ContainerException in com.sun.jersey.spi.template | |
---|---|
class |
TemplateContextException
A rutime expception associated with errors when resolving a Viewable to a ResolvedViewable by methods on
TemplateContext . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |