Home » Mojarra-2.0.1 » javax » faces » webapp » [javadoc | source]
javax.faces.webapp
public class: PreJsf2ExceptionHandlerFactory [javadoc | source]
java.lang.Object
   javax.faces.context.ExceptionHandlerFactory
      javax.faces.webapp.PreJsf2ExceptionHandlerFactory

All Implemented Interfaces:
    FacesWrapper

This ExceptionHandlerFactory instance produces JSF 1.2 compatible ExceptionHandler instances. The ExceptionHandler#handle method of the ExceptionHandler produced by this factory must meet the following requirements

Method from javax.faces.webapp.PreJsf2ExceptionHandlerFactory Summary:
getExceptionHandler
Methods from javax.faces.context.ExceptionHandlerFactory:
getExceptionHandler,   getWrapped
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.faces.webapp.PreJsf2ExceptionHandlerFactory Detail:
 public ExceptionHandler getExceptionHandler()