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