Interface | Description |
---|---|
PageNavigationErrorHandler |
Defines an error handler used for page navigation errors.
|
Class | Description |
---|---|
LoginPage |
Marks this page as the login page so that we can 'redirect' here when authentication of the user is needed.
|
NavigationControl |
Instances of this class are passed to
PageHiding methods. |
SecurityError |
A page with this role is used to show to the user explaining he does not have enough rights to continue.
|
Exception | Description |
---|---|
MissingPageRoleException |
Thrown when navigation by
PageRole is attempted and no page with that
role exists. |
PageNotFoundException |
This exception is thrown when you try to navigate to a page that is not found in the Navigation graph.
|
RedirectLoopException |
This exception is thrown when the page has caused more than the maximum number of redirects (
Navigation ), indicating an infinite redirection loop. |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.