org.jboss.seam.exceptions
Class AnnotationRenderHandler

java.lang.Object
  extended by org.jboss.seam.core.Navigator
      extended by org.jboss.seam.exceptions.ExceptionHandler
          extended by org.jboss.seam.exceptions.RenderHandler
              extended by org.jboss.seam.exceptions.AnnotationRenderHandler

public class AnnotationRenderHandler
extends RenderHandler


Constructor Summary
AnnotationRenderHandler()
           
 
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)
           
 String toString()
           
 
Methods inherited from class org.jboss.seam.exceptions.RenderHandler
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, wait, wait, wait
 

Constructor Detail

AnnotationRenderHandler

public AnnotationRenderHandler()
Method Detail

isHandler

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

getMessage

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

getViewId

protected String getViewId(Exception e)
Overrides:
getViewId 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

toString

public String toString()
Overrides:
toString in class Object