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
 String getPath()
          Returns the base path for the asset.
 void setPath(String path)
           
 
Methods inherited from interface org.apache.tapestry.util.IPropertyHolder
getProperty, getPropertyNames, removeProperty, setProperty
 
Methods inherited from interface org.apache.hivemind.LocationHolder
setLocation
 
Methods inherited from interface org.apache.hivemind.Locatable
getLocation
 
Methods inherited from interface org.apache.tapestry.spec.PropertyInjectable
getPropertyName, setPropertyName
 

Method Detail

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.