BBjJettyContextConfiguration::getErrorPages
Description
In BBj 19.01 and higher, this method returns a BBjVector of Strings of all the error codes that have a defined error page.
Syntax
Return Value | Method |
---|---|
BBjVector | getErrorPages() |
Parameters
None.
Return Value
This method returns a BBjVector of Strings of all the error codes that have a defined error page. To get the URI for each error code, use BBjJettyContextConfiguration::getErrorPageURI.
Remarks
The error pages are also shown in Enterprise Manger in the HTTP Error Pages settings, found by selecting Web >
Context Configuration.
Example
Version History
See Also
BBjJettyContextConfiguration::getDefaultErrorPage
BBjJettyContextConfiguration::getErrorPageURI
BBjJettyContextConfiguration::setDefaultErrorPage
BBjJettyContextConfiguration::setErrorPageURI
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.