Class RuntimePluginsServiceProxyClientImpl

  • All Implemented Interfaces:
    RuntimePluginsServiceProxy

    @Dependent
    @Alternative
    public class RuntimePluginsServiceProxyClientImpl
    extends Object
    implements RuntimePluginsServiceProxy
    Searches for runtime plugins and frameworks by parsing the directory listing at ${appBase}/plugins/ or ${appBase}/plugins/ respectively. Any <a> tag with an href whose URI ends in .js will qualify as a runtime plugin or framework, and its contents will be fetched with a separate request. Normally, this will be compatible with any web server's built-in directory listing feature. If it isn't, just manually add an index.html file that has links to the .js files you care about.