Uses of Class
javax.faces.context.ExceptionHandlerFactory

Packages that use ExceptionHandlerFactory
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 ExceptionHandlerFactory in javax.faces.context
 

Methods in javax.faces.context that return ExceptionHandlerFactory
 ExceptionHandlerFactory ExceptionHandlerFactory.getWrapped()
          

If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.

 ExceptionHandlerFactory ExceptionHandlerFactory.getWrapped()
          

If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.

 

Uses of ExceptionHandlerFactory in javax.faces.webapp
 

Subclasses of ExceptionHandlerFactory in javax.faces.webapp
 class PreJsf2ExceptionHandlerFactory
          

This ExceptionHandlerFactory instance produces JSF 1.2 compatible ExceptionHandler instances.

 



Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.