Class ModuleDispatcher

  • All Implemented Interfaces:
    Dispatcher

    public class ModuleDispatcher
    extends java.lang.Object
    implements Dispatcher
    Handler contributed to AssetDispatcher with key "modules". It interprets the extra path as a module name, and searches for the corresponding JavaScript module. Unlike normal assets, modules do not include any kind of checksum in the URL, and do not set a far-future expires header.
    See Also:
    ModuleManager