Error Context
If a request results in an error (for example if a page could not be found, a user does not have permissions and so forth), the template is rendered in the error context.
error.vm — The default (and mandatory) error template. It is used for all situations, when no specific error template is available.
error<statusCode>.vm — Error-code specific templates are used if if statusCode matched the 3-digit HTTP status code that indicates the reason of the error.
For example, error404.vm will be used to render the error page if a page could not be found.
Methods
Name | Type | Description |
---|---|---|
| String | A relative link to the default language version of the page that could not be accessed because of an error, assuming the following conditions are met (in any other case the return value is null):
|
| HtmlSafeString | A HTML snippet containing the attribution line that must be included in Scroll Viewport themes. |
| String | The base URL for the current prefix, not including the viewport path prefix. May be different from the base URL of Confluence if the viewport is configured for a specific domain. |
| An object for accessing information about blog posts. This is an alias for: | |
| A helper that provides access to the comment API. | |
| String | The context describing the content the user was navigating when the error occurred. Send as query parameter when changing properties (like version and language) from a non-existing page. May be null if the error did not result from changing properties. |
| String | The web application context path of Confluence, for example: |
| org.joda.time.DateTime | The current DateTime. See Joda DateTime API for more information. The current user locale can be obtained using |
| A placeholder to find spaces and pages. | |
| boolean |
|
| boolean |
|
| A placeholder for HTML operations. | |
| An object for retrieving I18n resources. | |
| A helper for including templates from the viewport theme and pages and blog posts from the Confluence system. | |
| boolean |
|
| boolean |
|
| boolean |
|
| boolean |
|
| The language properties or null if languages are not enabled. This is an alias for: | |
| A helper that can be used to construct links to content in Confluence, such as pages, blog posts and spaces. | |
| Class<java.lang.Math> | A helper object for mathematical operations. See java.lang.Math for more information. |
| String | The original URL that could not be loaded due to the error. |
| The page or blog post to be rendered. | |
| An object for accessing information about the pages. This is an alias for: | |
| A placeholder for the Confluence read-only mode. | |
| Redirect | A placeholder for redirect. |
| The content repository of the current viewport. | |
| A Placeholder for sorting lists and maps. | |
| The space for which the viewport is configured. | |
| String | The 3-digit status code of the current HTTP response. Will typically be 200 if no error occurred. |
| String | The reason phrase of the HTTP status response. Will usually be Ok if no error occurred. |
| A helper object for escaping strings in the template. See StringEscapeUtils for more information. | |
| org.apache.commons.lang.StringUtils | A helper object for modifying strings in the template. See StringUtils for more information. |
| The current theme. Use to reference resources like CSS, JavaScript and image files from the theme, for example: | |
| A helper object for rendering the page tree of the current viewport. Caution: The tree rendered by this helper contains all pages in the space and can potentially be very large. | |
| Upp | A placeholder for accessing extended user properties provided the "User Profile Plugin". For example: |
| The current URL. | |
| Helper object for escaping strings for URLs. | |
| The currently logged in user. | |
| The variant properties or null if variants are not enabled. This is an alias for: | |
| The version properties or null if versions are not enabled. This is an alias for: | |
| The current viewport. | |
| A Placeholder for accessing Confluence. web panel modules. | |
| A placeholder for generating an XSRF token to be included into follow-up form submissions or AJAX requests. |