org.jboss.seam.exceptions
Class ConfigRedirectHandler

java.lang.Object
  extended by org.jboss.seam.core.Navigator
      extended by org.jboss.seam.exceptions.ExceptionHandler
          extended by org.jboss.seam.exceptions.RedirectHandler
              extended by org.jboss.seam.exceptions.ConfigRedirectHandler

public final class ConfigRedirectHandler
extends RedirectHandler


Constructor Summary
ConfigRedirectHandler(String id, Class clazz, boolean conversation, boolean rollback, String message)
           
 
Method Summary
protected  String getMessage(Exception e)
           
protected  String getViewId(Exception e)
           
protected  boolean isEnd(Exception e)
           
 boolean isHandler(Exception e)
           
protected  boolean isRollback(Exception e)
           
 
Methods inherited from class org.jboss.seam.exceptions.RedirectHandler
handle
 
Methods inherited from class org.jboss.seam.exceptions.ExceptionHandler
addFacesMessage, getCode, getDisplayMessage, rethrow
 
Methods inherited from class org.jboss.seam.core.Navigator
error, redirect, render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigRedirectHandler

public ConfigRedirectHandler(String id,
                             Class clazz,
                             boolean conversation,
                             boolean rollback,
                             String message)
Method Detail

getMessage

protected String getMessage(Exception e)
Overrides:
getMessage in class ExceptionHandler

getViewId

protected String getViewId(Exception e)
Overrides:
getViewId in class ExceptionHandler

isHandler

public boolean isHandler(Exception e)
Specified by:
isHandler in class ExceptionHandler

isEnd

protected boolean isEnd(Exception e)
Overrides:
isEnd in class ExceptionHandler

isRollback

protected boolean isRollback(Exception e)
Overrides:
isRollback in class ExceptionHandler