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, setLogLeveladdFacesMessage, error, getDisplayMessage, redirect, redirect, redirectExternal, renderprotected 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 ExceptionHandlerExceptionCopyright © 2015 Seam Framework. All Rights Reserved.