Package | Description |
---|---|
javax.ws.rs.ext |
APIs that provide extensions to the types supported by the JAX-RS API.
|
org.glassfish.jersey.server.monitoring |
Jersey server-side monitoring JMX MBeans interfaces.
|
org.glassfish.jersey.server.mvc.spi |
Provides support for view aspect of model view controller and templates that
produce views.
|
org.glassfish.jersey.spi |
Common Jersey service provider contract (SPI) classes.
|
Modifier and Type | Method and Description |
---|---|
<T extends Throwable> |
Providers.getExceptionMapper(Class<T> type)
Get an exception mapping provider for a particular class of exception.
|
Modifier and Type | Method and Description |
---|---|
ExceptionMapper<?> |
RequestEvent.getExceptionMapper()
Get the
ExceptionMapper that was found and used during the exception mapping phase. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractErrorTemplateMapper<T extends Throwable>
Default implementation of
ExtendedExceptionMapper used to declare special handling for exception types that should be
processed by MVC. |
Modifier and Type | Interface and Description |
---|---|
interface |
ExtendedExceptionMapper<T extends Throwable>
Extension of a
exception mapper interface . |
Modifier and Type | Method and Description |
---|---|
<T extends Throwable> |
ExceptionMappers.find(Class<T> type)
Get an exception mapping provider for a particular class of exception.
|
<T extends Throwable> |
ExceptionMappers.findMapping(T exceptionInstance)
Get an exception mapping provider for a particular exception instance.
|
Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.