The /apps/[library-name.weblibrary]/weblibrary.properties file specifies library-specific properties in the Java properties file format.
Currently, only one property is supported:
classpaths | a semicolon-delimited (";") list of Java classpaths to consider, when loading Java classes within the "staticjava" web calls adapter; default: /apps/[library-name.weblibrary]/bin |
on_load | the name of the webcall action to be launched when the user creates or opens some project with an app requiring this web library. The webcall will be invoked right after web memory has been initialized, (usually) before the main web call of the app. The webcall must follow the "webmemcall" calling conventions, however, no web memory object will be passed to it as an argument (a zero web memory reference will be passed instead). default: empty |