Uses of Class
org.jboss.seam.exception.control.example.jaxrs.handler.RestRequest

Packages that use RestRequest
org.jboss.seam.exception.control.example.jaxrs.handler   
org.jboss.seam.exception.control.example.jaxrs.handler.declarative   
 

Uses of RestRequest in org.jboss.seam.exception.control.example.jaxrs.handler
 

Fields in org.jboss.seam.exception.control.example.jaxrs.handler declared as RestRequest
static RestRequest RestRequestLiteral.INSTANCE
           
 

Method parameters in org.jboss.seam.exception.control.example.jaxrs.handler with annotations of type RestRequest
 void RestExceptionHandlers.configurableExceptionHandler(CaughtException<Throwable> event, Response.ResponseBuilder responseBuilder, List<ExceptionResponse> exceptionResponses)
          An example that demonstrates using XML-based exception mapping configuration to handle an exception that occurs during a REST resource request by sending an HTTP error response.
 void RestExceptionHandlers.configurableExceptionHandler(CaughtException<Throwable> event, Response.ResponseBuilder responseBuilder, List<ExceptionResponse> exceptionResponses)
          An example that demonstrates using XML-based exception mapping configuration to handle an exception that occurs during a REST resource request by sending an HTTP error response.
 void RestExceptionHandlers.logException(CaughtException<Throwable> event)
          An example that demonstrates logging all exceptions to stdout that are caught during a REST resource request
 

Uses of RestRequest in org.jboss.seam.exception.control.example.jaxrs.handler.declarative
 

Method parameters in org.jboss.seam.exception.control.example.jaxrs.handler.declarative with annotations of type RestRequest
 void DeclarativeRestExceptionHandlers.onInvalidIdentifier(CaughtException<IllegalArgumentException> e)
           
 void DeclarativeRestExceptionHandlers.onNoAccess(CaughtException<AccessControlException> e)
           
 



Copyright © 2010 Seam Framework. All Rights Reserved.