public class JsfRedirectionHandler extends Object implements RedirectionHandler
| Constructor and Description |
|---|
JsfRedirectionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
redirect(String relativeUrl) |
void |
redirect(String relativeUrl,
boolean keepMessages) |
void |
redirectToExterior(String url) |
void |
redirectToExterior(String url,
boolean keepMessages) |
public void redirect(String relativeUrl, boolean keepMessages)
redirect in interface RedirectionHandlerpublic void redirect(String relativeUrl)
redirect in interface RedirectionHandlerpublic void redirectToExterior(String url, boolean keepMessages)
redirectToExterior in interface RedirectionHandlerpublic void redirectToExterior(String url)
redirectToExterior in interface RedirectionHandlerCopyright © 2019. All rights reserved.