public abstract class PageLoadExceptionHandler extends Object
| Constructor and Description |
|---|
PageLoadExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getAccessDeniedUrl() |
protected abstract String |
getExceptionUrl() |
protected abstract String |
getMissingResourceUrl() |
void |
redirectOnAccessDenied()
redirects to dedicated page for access denied
|
void |
redirectOnException()
redirects to dedicated page for other exceptions
|
void |
redirectOnMissingResource()
redirects to dedicated page for missing resource
|
void |
setRedirectionHandler(RedirectionHandler redirectionHandler) |
public void setRedirectionHandler(RedirectionHandler redirectionHandler)
public void redirectOnMissingResource()
protected abstract String getMissingResourceUrl()
public void redirectOnAccessDenied()
protected abstract String getAccessDeniedUrl()
public void redirectOnException()
protected abstract String getExceptionUrl()
Copyright © 2021. All rights reserved.