org.apache.tapestry.spec
Interface InjectStateSpecification

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

public interface InjectStateSpecification
extends org.apache.hivemind.LocationHolder

Specification element used to describe the injection of an application state object into a component class.

Since:
4.0
Author:
Howard M. Lewis Ship

Method Summary
 java.lang.String getObjectName()
          Returns the name of the application state object to be injected.
 java.lang.String getProperty()
          Returns the name of the property to create.
 void setObjectName(java.lang.String objectName)
           
 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 create.


setProperty

public void setProperty(java.lang.String property)

getObjectName

public java.lang.String getObjectName()
Returns the name of the application state object to be injected.


setObjectName

public void setObjectName(java.lang.String objectName)