org.primefaces.extensions.component.ajaxerrorhandler
Class AjaxExceptionHandlerFactory

java.lang.Object
  extended by javax.faces.context.ExceptionHandlerFactory
      extended by org.primefaces.extensions.component.ajaxerrorhandler.AjaxExceptionHandlerFactory
All Implemented Interfaces:
javax.faces.FacesWrapper<javax.faces.context.ExceptionHandlerFactory>

public class AjaxExceptionHandlerFactory
extends javax.faces.context.ExceptionHandlerFactory

AjaxExceptionHandlerFactory

Since:
0.5
Version:
$Revision$
Author:
Pavol Slany / last modified by $Author$

Constructor Summary
AjaxExceptionHandlerFactory(javax.faces.context.ExceptionHandlerFactory wrapped)
          Construct a new full AjaxExceptionHandlerFactory around the given wrapped factory.
 
Method Summary
 javax.faces.context.ExceptionHandler getExceptionHandler()
          Returns a new instance AjaxExceptionHandler.
 javax.faces.context.ExceptionHandlerFactory getWrapped()
          Returns the wrapped factory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AjaxExceptionHandlerFactory

public AjaxExceptionHandlerFactory(javax.faces.context.ExceptionHandlerFactory wrapped)
Construct a new full AjaxExceptionHandlerFactory around the given wrapped factory.

Parameters:
wrapped - The wrapped factory.
Method Detail

getExceptionHandler

public javax.faces.context.ExceptionHandler getExceptionHandler()
Returns a new instance AjaxExceptionHandler.

Specified by:
getExceptionHandler in class javax.faces.context.ExceptionHandlerFactory

getWrapped

public javax.faces.context.ExceptionHandlerFactory getWrapped()
Returns the wrapped factory.

Specified by:
getWrapped in interface javax.faces.FacesWrapper<javax.faces.context.ExceptionHandlerFactory>
Overrides:
getWrapped in class javax.faces.context.ExceptionHandlerFactory


Copyright © 2011-2013. All Rights Reserved.