Handler for asset requests, which expose some kind of {@link Asset} tothe user agent (i.e., the client web browser). When contributed to the {@link AssetDispatcher} service,the contributed key is a handler id (such as "meta/core").
An example request path might be
/assets/meta/core/dd8d73ac51dbab28caaec4865d302bf2/deselect.png
. The handler id would be
meta/core
, the {@linkplain AssetChecksumGenerator checksum of the resource content} is thehex string, and the extra path would be
select.png
.
@see AssetDispatcher
@see org.apache.tapestry5.services.AssetRequestDispatcher
@see AssetPathConstructor
@since 5.2.0