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
Method Summary |
java.lang.String |
getPath()
Returns the base path for the asset. |
void |
setPath(java.lang.String path)
|
Methods inherited from interface org.apache.hivemind.LocationHolder |
setLocation |
Methods inherited from interface org.apache.hivemind.Locatable |
getLocation |
getPath
public java.lang.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
public void setPath(java.lang.String path)
- Since:
- 3.0 *