org.apache.tapestry.spec
Class LocatablePropertyHolder
java.lang.Object
org.apache.tapestry.util.BasePropertyHolder
org.apache.tapestry.spec.LocatablePropertyHolder
- All Implemented Interfaces:
- Locatable, LocationHolder, IPropertyHolder
- Direct Known Subclasses:
- AssetSpecification, BeanSpecification, ComponentSpecification, ContainedComponent, ExtensionSpecification, LibrarySpecification
public class LocatablePropertyHolder
- extends BasePropertyHolder
- implements LocationHolder
Base class for implementing both interfaces
IPropertyHolder and
org.apache.tapestry.ILocationHolder. This is used by all the
specification classes.
- Since:
- 3.0
- Author:
- Howard Lewis Ship
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocatablePropertyHolder
public LocatablePropertyHolder()
getLocation
public Location getLocation()
- Specified by:
getLocation in interface Locatable
setLocation
public void setLocation(Location location)
- Specified by:
setLocation in interface LocationHolder
Copyright © 2006 Apache Software Foundation. All Rights Reserved.