Uses of Class
javax.faces.context.ExceptionHandler

Packages that use ExceptionHandler
javax.faces.context   
javax.faces.webapp   
 

Uses of ExceptionHandler in javax.faces.context
 

Subclasses of ExceptionHandler in javax.faces.context
 class ExceptionHandlerWrapper
           
 

Methods in javax.faces.context that return ExceptionHandler
 ExceptionHandler FacesContextWrapper.getExceptionHandler()
           
abstract  ExceptionHandler ExceptionHandlerFactory.getExceptionHandler()
           
 ExceptionHandler FacesContext.getExceptionHandler()
           
abstract  ExceptionHandler ExceptionHandlerWrapper.getWrapped()
           
 

Methods in javax.faces.context with parameters of type ExceptionHandler
 void FacesContextWrapper.setExceptionHandler(ExceptionHandler exceptionHandler)
           
 void FacesContext.setExceptionHandler(ExceptionHandler exceptionHandler)
           
 

Uses of ExceptionHandler in javax.faces.webapp
 

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



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.