org.apache.tapestry.spec
Class InjectSpecificationImpl

java.lang.Object
  extended byorg.apache.hivemind.impl.BaseLocatable
      extended byorg.apache.tapestry.spec.InjectSpecificationImpl
All Implemented Interfaces:
InjectSpecification, org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder

public class InjectSpecificationImpl
extends org.apache.hivemind.impl.BaseLocatable
implements InjectSpecification

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
InjectSpecificationImpl()
           
 
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 name)
           
 
Methods inherited from class org.apache.hivemind.impl.BaseLocatable
getLocation, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.hivemind.LocationHolder
setLocation
 
Methods inherited from interface org.apache.hivemind.Locatable
getLocation
 

Constructor Detail

InjectSpecificationImpl

public InjectSpecificationImpl()
Method Detail

getObjectReference

public java.lang.String getObjectReference()
Description copied from interface: InjectSpecification
Returns the object reference used to locate the HiveMind object to be injected into the enhanced class.

Specified by:
getObjectReference in interface InjectSpecification

setObjectReference

public void setObjectReference(java.lang.String locator)
Specified by:
setObjectReference in interface InjectSpecification

getProperty

public java.lang.String getProperty()
Description copied from interface: InjectSpecification
Returns the name of the property to be created.

Specified by:
getProperty in interface InjectSpecification

setProperty

public void setProperty(java.lang.String name)
Specified by:
setProperty in interface InjectSpecification