org.apache.tapestry.spec
Interface InjectSpecification
- All Superinterfaces:
- Locatable, LocationHolder
- All Known Implementing Classes:
- InjectSpecificationImpl
public interface InjectSpecification
- extends LocationHolder
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
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 Apache Software Foundation. All Rights Reserved.