javax.faces.context
Class ExceptionHandlerFactory

java.lang.Object
  extended by javax.faces.context.ExceptionHandlerFactory
All Implemented Interfaces:
FacesWrapper<ExceptionHandlerFactory>
Direct Known Subclasses:
PreJsf2ExceptionHandlerFactory

public abstract class ExceptionHandlerFactory
extends Object
implements FacesWrapper<ExceptionHandlerFactory>

Since:
2.0
Version:
$Revision: 761981 $ $Date: 2009-04-04 13:44:14 -0500 (Sat, 04 Apr 2009) $
Author:
Leonardo Uribe (latest modification by $Author: slessard $)

Constructor Summary
ExceptionHandlerFactory()
           
 
Method Summary
abstract  ExceptionHandler getExceptionHandler()
           
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionHandlerFactory

public ExceptionHandlerFactory()
Method Detail

getExceptionHandler

public abstract ExceptionHandler getExceptionHandler()

getWrapped

public 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. A default implementation is provided that returns null.

Specified by:
getWrapped in interface FacesWrapper<ExceptionHandlerFactory>
Returns:
the decorated DiscoveryHandlerFactory if this factory decorates another, or null otherwise
Since:
2.0


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