Uses of Interface
com.sun.jersey.spi.container.ExceptionMapperContext

Packages that use ExceptionMapperContext
com.sun.jersey.guice   
com.sun.jersey.server.impl.application   
com.sun.jersey.spi.container Provides support for containers and the web application that manages resource classes. 
 

Uses of ExceptionMapperContext in com.sun.jersey.guice
 

Methods in com.sun.jersey.guice that return ExceptionMapperContext
 ExceptionMapperContext JerseyServletModule.exceptionMapperContext(WebApplication webApplication)
           
 

Uses of ExceptionMapperContext in com.sun.jersey.server.impl.application
 

Classes in com.sun.jersey.server.impl.application that implement ExceptionMapperContext
 class ExceptionMapperFactory
           
 

Methods in com.sun.jersey.server.impl.application that return ExceptionMapperContext
 ExceptionMapperContext WebApplicationImpl.getExceptionMapperContext()
           
 

Uses of ExceptionMapperContext in com.sun.jersey.spi.container
 

Methods in com.sun.jersey.spi.container that return ExceptionMapperContext
 ExceptionMapperContext WebApplication.getExceptionMapperContext()
          Get the exception mapper context that can be used to map exceptions to responses.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.