|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.seam.faces.Navigator org.jboss.seam.exception.ExceptionHandler org.jboss.seam.exception.RedirectHandler
public abstract class RedirectHandler
Base implementation of redirection exception handlers.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jboss.seam.exception.ExceptionHandler |
---|
ExceptionHandler.LogLevel |
Constructor Summary | |
---|---|
RedirectHandler()
|
Method Summary | |
---|---|
protected abstract String |
getMessage(Exception e)
|
protected abstract javax.faces.application.FacesMessage.Severity |
getMessageSeverity(Exception e)
|
protected abstract String |
getViewId(Exception e)
|
void |
handle(Exception e)
|
protected abstract boolean |
isEnd(Exception e)
|
String |
toString()
|
Methods inherited from class org.jboss.seam.exception.ExceptionHandler |
---|
getLogLevel, isHandler, isLogEnabled, setLogEnabled, setLogLevel |
Methods inherited from class org.jboss.seam.faces.Navigator |
---|
addFacesMessage, error, getDisplayMessage, redirect, redirect, redirectExternal, render |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RedirectHandler()
Method Detail |
---|
protected abstract String getViewId(Exception e)
protected abstract String getMessage(Exception e)
protected abstract boolean isEnd(Exception e)
protected abstract javax.faces.application.FacesMessage.Severity getMessageSeverity(Exception e)
public void handle(Exception e) throws Exception
handle
in class ExceptionHandler
Exception
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |