BBjJettyContextConfiguration::getPageExtensions
Description
In BBj 18.11 and higher, this method gets a comma-separated list of extensions that are associated with BBJSP Pages.
If BBJSP Pages are disabled then this method will return null.
Syntax
Return Value | Method |
---|---|
String | getPageExtensions() |
Parameters
None.
Return Value
Returns a comma-separated list of extensions or null.
Remarks
The extensions used to map requests arriving in Jetty to the BBJSP Page generation engine for processing the request.
Example
|