站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended by org.jboss.seam.core.Navigator
      extended by org.jboss.seam.exceptions.ExceptionHandler
          extended by org.jboss.seam.exceptions.RedirectHandler
Direct Known Subclasses:
AnnotationRedirectHandler, ConfigRedirectHandler

public abstract class RedirectHandler
extends ExceptionHandler


Constructor Summary
RedirectHandler()
           
 
Method Summary
 Object handle(Exception e)
           
 
Methods inherited from class org.jboss.seam.exceptions.ExceptionHandler
addFacesMessage, getCode, getDisplayMessage, getMessage, getViewId, isEnd, isHandler, isRollback, 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, toString, wait, wait, wait
 

Constructor Detail

RedirectHandler

public RedirectHandler()
Method Detail

handle

public Object handle(Exception e)
              throws Exception
Specified by:
handle in class ExceptionHandler
Throws:
Exception