当前页面:
在线文档首页 >
JBoss Seam 1.1.6 API 英文版文档
RedirectHandler (JBoss Seam API Documentation) - JBoss Seam 1.1.6 API 英文版文档
org.jboss.seam.exceptions
Class RedirectHandler
java.lang.Object
org.jboss.seam.core.Navigator
org.jboss.seam.exceptions.ExceptionHandler
org.jboss.seam.exceptions.RedirectHandler
- Direct Known Subclasses:
- AnnotationRedirectHandler, ConfigRedirectHandler
public abstract class RedirectHandler
- extends ExceptionHandler
RedirectHandler
public RedirectHandler()
getViewId
protected abstract String getViewId(Exception e)
getMessage
protected abstract String getMessage(Exception e)
isEnd
protected abstract boolean isEnd(Exception e)
handle
public void handle(Exception e)
throws Exception
- Specified by:
handle
in class ExceptionHandler
- Throws:
Exception
toString
public String toString()
- Overrides:
toString
in class Object