org.apache.tapestry.spec
Interface IAssetSpecification
- All Superinterfaces:
- IPropertyHolder, org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder, PropertyInjectable
- All Known Implementing Classes:
- AssetSpecification
public interface IAssetSpecification
- extends IPropertyHolder, org.apache.hivemind.LocationHolder, org.apache.hivemind.Locatable, PropertyInjectable
Defines an internal, external or private asset.
- Author:
- glongman@intelligentworks.com
Methods inherited from interface org.apache.hivemind.LocationHolder |
setLocation |
Methods inherited from interface org.apache.hivemind.Locatable |
getLocation |
getPath
String getPath()
- Returns the base path for the asset. This may be interpreted as a URL, relative URL or the
path to a resource, depending on the type of asset.
setPath
void setPath(String path)
- Since:
- 3.0 *
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.