当前页面:
在线文档首页 >
JBoss Seam 1.1.1 API 英文版文档
RedirectHandler (JBoss Seam API Documentation) - JBoss Seam 1.1.1 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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RedirectHandler
public RedirectHandler()
handle
public Object handle(Exception e)
throws Exception
- Specified by:
handle
in class ExceptionHandler
- Throws:
Exception