| Interface | Description |
|---|---|
| PageNavigationErrorHandler |
Defines an error handler used for page navigation errors.
|
| Class | Description |
|---|---|
| DelegationControl |
Instances of this class are passed to the
ContentDelegation. |
| 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. |
| PageRequest | |
| 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 ( see
Navigation), indicating an infinite redirection loop. |
| Annotation Type | Description |
|---|---|
| NavigationSelector |
Qualifier for the CSS selector of the navigation container.
|
| TransitionTo |
A qualifier for
HTMLAnchorElement elements linking to Errai Navigation Pages. |
| TransitionToRole |
Copyright © 2020 Treblereel. All rights reserved.