
BBjServletRegistry
Description
In BBj 12.0 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, BBjAppConfigapplication) |
|
publish(string contextName, string path, string path, BBjAppConfig appConfig) |
|
unpublish(string path) |
|
unpublish(string contextName, string path) |
Remarks
None.
Constants
None.
Example
admin! = bbjapi().getAdmin("admin","admin123") |
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.