BBjJettyContextConfiguration::getJavaServlet
Description
In BBj 15.0 and higher, this method gets the BBjJavaServletConfiguration for the specified servlet
Syntax
Return Value |
Method |
---|---|
getJavaServlet(string name, string mapping) |
Parameters
Variable |
Description |
---|---|
mapping |
mapped URL of a configured Java servlet |
name |
the classname of a configured Java servlet |
Return Value
a BBjJavaServletConfiguration for the specified servlet
Remarks
None.
Example
|