BBjServletRegistry (Deprecated)
BBjServlets are deprecated for BBj 21.00 and higher, and have been replaced by BBxServlets.
Description
In BBj 12.00 and higher, the BBjServlet registry allows publishing applications as a BBjServlet. Applications published this way are available through the web server.
Creation
BBjAPI > BBjAdmin > BBjServletRegistry
The BBjServletRegistry object is created through the following BBjAdmin method:
Return Value |
Method |
---|---|
BBjServletRegistry |
Methods of BBjServletRegistry
Return Value |
Method |
---|---|
publish(string path, BBjAppConfig application) |
|
publish(string contextName, string path, string path, BBjAppConfig appConfig) |
|
unpublish(string path) |
|
unpublish(string contextName, string path) |
Remarks
None.
Constants
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.