Class ModuleDispatcher

java.lang.Object
org.apache.tapestry5.internal.services.javascript.ModuleDispatcher
All Implemented Interfaces:
Dispatcher

public class ModuleDispatcher extends 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: