org.apache.tapestry.spec
Class InjectStateSpecificationImpl

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

public class InjectStateSpecificationImpl
extends org.apache.hivemind.impl.BaseLocatable
implements InjectStateSpecification

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
InjectStateSpecificationImpl()
           
 
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 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

InjectStateSpecificationImpl

public InjectStateSpecificationImpl()
Method Detail

getProperty

public java.lang.String getProperty()
Description copied from interface: InjectStateSpecification
Returns the name of the property to create.

Specified by:
getProperty in interface InjectStateSpecification

setProperty

public void setProperty(java.lang.String property)
Specified by:
setProperty in interface InjectStateSpecification

getObjectName

public java.lang.String getObjectName()
Description copied from interface: InjectStateSpecification
Returns the name of the application state object to be injected.

Specified by:
getObjectName in interface InjectStateSpecification

setObjectName

public void setObjectName(java.lang.String objectName)
Specified by:
setObjectName in interface InjectStateSpecification