BBjJettyContextConfiguration::getWelcomeFiles
Description
In BBj 15.0 and higher, each Jetty context can define which files are sent to the browser when a request does not contain a specific file
This method gets a BBjVector containing the configured welcome-files.
Example of a welcome file would be index.html
Syntax
Return Value |
Method |
---|---|
getWelcomeFiles() |
Parameters
None.
Return Value
a BBjVector of Strings
Remarks
A welcome file is the file that is invoked automatically by the server, if you don't specify any file name.
Example
|