org.apache.tapestry.spec
Interface IAssetSpecification
- All Superinterfaces:
- ILocatable, ILocationHolder, IPropertyHolder
- All Known Implementing Classes:
- AssetSpecification
public interface IAssetSpecification
- extends IPropertyHolder, ILocationHolder, ILocatable
Defines an internal, external or private asset.
- Version:
- $Id: IAssetSpecification.java 243791 2004-02-19 17:38:13Z hlship $
- Author:
- glongman@intelligentworks.com
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.
getType
AssetType getType()
setPath
void setPath(String path)
- Since:
- 3.0
setType
void setType(AssetType type)
- Since:
- 3.0