GetRequestClassLoader
This will retrieve the current request's class loader according to BoxLang loading hierarchy:
If you defined Java settings in your
Application
, it will use the class loader hierarchy defined by those settings.Else it uses the Global BoxRuntime class loader.
Method Signature
Arguments
This function does not accept any arguments
Examples
Related
Last updated