org.apache.tapestry.asset
Interface AssetSource

All Known Implementing Classes:
AssetSourceImpl

public interface AssetSource

Used to create an IAssetinstance for a particular asset path. The path may have a prefix that indicates its type, or it may be relative to some existing resource.

Since:
4.0
Author:
Howard M. Lewis Ship

Method Summary
 IAsset findAsset(org.apache.hivemind.Resource base, java.lang.String path, java.util.Locale locale, org.apache.hivemind.Location location)
           
 

Method Detail

findAsset

IAsset findAsset(org.apache.hivemind.Resource base,
                 java.lang.String path,
                 java.util.Locale locale,
                 org.apache.hivemind.Location location)