BBjJavaServletConfiguration
Description
In BBj 15.0 and higher, the JavaServletConfiguration is used to configure a Java based servlet within a context.
Creation
BBjAPI > BBjAdmin > BBjJettyServerConfiguration > BBjJettyContextConfiguration > BBjJavaServletConfiguration
The BBjJavaServletConfiguration is created through the following BBjJettyContextConfiguration methods:
|
Return Value |
Method |
|---|---|
|
BBjJavaServletConfiguration |
addJavaServlet(string name, string mapping) |
|
BBjJavaServletConfiguration |
getJavaServlet(string name, string mapping) |
Methods of BBjJavaServletConfiguration
|
Return Value |
Method |
|---|---|
|
void |
deleteParameter(string name) |
|
string |
|
|
string |
|
|
string |
getParameterValue(string name) |
|
void |
setParameter(string name, string value) |
Remarks
None.
Constants
Example
|