org.apache.tapestry.spec
Interface InjectSpecification

All Superinterfaces:
org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder
All Known Implementing Classes:
InjectSpecificationImpl

public interface InjectSpecification
extends org.apache.hivemind.LocationHolder

Since:
3.1
Author:
Howard M. Lewis Ship

Method Summary
 java.lang.String getObjectReference()
          Returns the object reference used to locate the HiveMind object to be injected into the enhanced class.
 java.lang.String getProperty()
          Returns the name of the property to be created.
 void setObjectReference(java.lang.String locator)
           
 void setProperty(java.lang.String property)
           
 
Methods inherited from interface org.apache.hivemind.LocationHolder
setLocation
 
Methods inherited from interface org.apache.hivemind.Locatable
getLocation
 

Method Detail

getProperty

public java.lang.String getProperty()
Returns the name of the property to be created.


setProperty

public void setProperty(java.lang.String property)

getObjectReference

public java.lang.String getObjectReference()
Returns the object reference used to locate the HiveMind object to be injected into the enhanced class.


setObjectReference

public void setObjectReference(java.lang.String locator)