当前页面: 
在线文档首页 > 
JBoss Seam  1.2.0 API 英文版文档
AnnotationRedirectHandler (JBoss Seam API Documentation) - JBoss Seam  1.2.0 API 英文版文档
org.jboss.seam.exceptions
Class AnnotationRedirectHandler
java.lang.Object
   org.jboss.seam.core.Navigator
org.jboss.seam.core.Navigator
       org.jboss.seam.exceptions.ExceptionHandler
org.jboss.seam.exceptions.ExceptionHandler
           org.jboss.seam.exceptions.RedirectHandler
org.jboss.seam.exceptions.RedirectHandler
               org.jboss.seam.exceptions.AnnotationRedirectHandler
org.jboss.seam.exceptions.AnnotationRedirectHandler
- public class AnnotationRedirectHandler 
- extends RedirectHandler
 
 
 
 
 
AnnotationRedirectHandler
public AnnotationRedirectHandler()
isHandler
public boolean isHandler(Exception e)
- 
- Specified by:
- isHandlerin class- ExceptionHandler
 
- 
 
getMessage
protected String getMessage(Exception e)
- 
- Specified by:
- getMessagein class- RedirectHandler
 
- 
 
getMessageSeverity
protected javax.faces.application.FacesMessage.Severity getMessageSeverity(Exception e)
- 
- Specified by:
- getMessageSeverityin class- RedirectHandler
 
- 
 
getViewId
protected String getViewId(Exception e)
- 
- Specified by:
- getViewIdin class- RedirectHandler
 
- 
 
isEnd
protected boolean isEnd(Exception e)
- 
- Specified by:
- isEndin class- RedirectHandler
 
-