Class AssetDispatcher

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

Recognizes requests where the path begins with "/asset/" (actually, as defined by the SymbolConstants.ASSET_PATH_PREFIX symbol), and delivers the content therein as a bytestream. Also handles requests that are simply polling for a change to the file (including checking the ETag in the request against the asset's checksum.
See Also: