BBjJettyContextConfiguration::addBBjspServlet
BBjJettyContextConfiguration::addBBjspServlet is deprecated for BBj 21.00 and higher, and have been replaced by BBjJettyContextConfiguration::addBBxServlet.
Description
In BBj 17.00 and higher, this method is used to configure a new BBJSP Servlet within the current Context.
Syntax
|
Return Value |
Method |
|---|---|
|
addBBjspServlet(string classname, string mapping, string source) |
|
|
addBBjspServlet(string classname, string mapping, string source, string config) |
Parameters
|
Variable |
Description |
|---|---|
|
classname |
the name of the class |
|
config |
the full /path/to/config.bbx |
|
mapping |
the URI to the servlet |
|
source |
the program filename |
Return Value
a new BBjServletConfiguration object
Remarks
None.
Example
|