BBjJettyContextConfiguration::getDefaultErrorPage
Description
In BBj 19.01 and higher, this method gets the default error page for the context that will be displayed if an error occurs.
Syntax
Return Value | Method |
---|---|
String | getDefaultErrorPage() |
Parameters
None.
Return Value
Returns a String denoting the URI path to the error page set for the context.
Remarks
The default error page is also shown in Enterprise Manger in the HTTP Error Pages settings, found by selecting Web >
Context Configuration.
Example
Version History
See Also
BBjJettyContextConfiguration::getErrorPages
BBjJettyContextConfiguration::getErrorPageURI
BBjJettyContextConfiguration::setDefaultErrorPage
BBjJettyContextConfiguration::setErrorPageURI
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.