当前页面:
在线文档首页 >
JBoss Seam 1.1.1 API 英文版文档
AnnotationRedirectHandler (JBoss Seam API Documentation) - JBoss Seam 1.1.1 API 英文版文档
org.jboss.seam.exceptions
Class AnnotationRedirectHandler
java.lang.Object
org.jboss.seam.core.Navigator
org.jboss.seam.exceptions.ExceptionHandler
org.jboss.seam.exceptions.RedirectHandler
org.jboss.seam.exceptions.AnnotationRedirectHandler
public class AnnotationRedirectHandler
- extends RedirectHandler
AnnotationRedirectHandler
public AnnotationRedirectHandler()
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