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:
4.0
Author:
Howard M. Lewis Ship

Method Summary
 String getObject()
          Returns the string used to indentify a particular object.
 String getProperty()
          Returns the name of the property to be created.
 String getType()
          Returns the type of injection.
 void setObject(String object)
           
 void setProperty(String property)
           
 void setType(String type)
           
 
Methods inherited from interface org.apache.hivemind.LocationHolder
setLocation
 
Methods inherited from interface org.apache.hivemind.Locatable
getLocation
 

Method Detail

getProperty

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


setProperty

void setProperty(String property)

getType

String getType()
Returns the type of injection. Different injection types interpret the object property differently. Ultimately, the type is used to select the correct InjectEnhancementWorker.


setType

void setType(String type)

getObject

String getObject()
Returns the string used to indentify a particular object.


setObject

void setObject(String object)


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.