Uses of Class
javax.faces.context.ExceptionHandler

Packages that use ExceptionHandler
javax.faces.context Classes and interfaces defining per-request state information. 
javax.faces.webapp Classes required for integration of JavaServer Faces into web applications, including a standard servlet, base classes for JSP custom component tags, and concrete tag implementations for core tags
 

Uses of ExceptionHandler in javax.faces.context
 

Subclasses of ExceptionHandler in javax.faces.context
 class ExceptionHandlerWrapper
          Provides a simple implementation of ExceptionHandler that can be subclassed by developers wishing to provide specialized behavior to an existing ExceptionHandler instance.
 

Methods in javax.faces.context that return ExceptionHandler
 ExceptionHandler FacesContextWrapper.getExceptionHandler()
          The default behavior of this method is to call FacesContext.getExceptionHandler() on the wrapped FacesContext object.
abstract  ExceptionHandler ExceptionHandlerFactory.getExceptionHandler()
          

Create and return a A new ExceptionHandler instance.

 ExceptionHandler FacesContext.getExceptionHandler()
          

Return the ExceptionHandler for this request.

abstract  ExceptionHandler ExceptionHandlerWrapper.getWrapped()
           
 

Methods in javax.faces.context with parameters of type ExceptionHandler
 void FacesContextWrapper.setExceptionHandler(ExceptionHandler exceptionHandler)
          The default behavior of this method is to call FacesContext.setExceptionHandler(ExceptionHandler) on the wrapped FacesContext object.
 void FacesContext.setExceptionHandler(ExceptionHandler exceptionHandler)
          

Set the ExceptionHandler for this request.

 

Uses of ExceptionHandler in javax.faces.webapp
 

Methods in javax.faces.webapp that return ExceptionHandler
 ExceptionHandler PreJsf2ExceptionHandlerFactory.getExceptionHandler()
           
 



Copyright © 2011 Oracle America, Inc. All Rights Reserved.