org.jboss.seam.exception
public abstract class RedirectHandler extends ExceptionHandler
ExceptionHandler.LogLevel
Constructor and Description |
---|
RedirectHandler() |
Modifier and Type | Method and Description |
---|---|
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() |
getLogLevel, isHandler, isLogEnabled, setLogEnabled, setLogLevel
addFacesMessage, error, getDisplayMessage, redirect, redirect, redirectExternal, render
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
Copyright © 2015 Seam Framework. All Rights Reserved.