org.apache.tapestry.spec
Interface PropertyInjectable
- All Known Subinterfaces:
- IAssetSpecification, IBeanSpecification, IContainedComponent
- All Known Implementing Classes:
- AssetSpecification, BeanSpecification, ContainedComponent
- public interface PropertyInjectable
Interface extended by several specification interfaces to indicate that the runtime object
constructed from the specification can be injected into the component class.
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
Method Summary |
java.lang.String |
getPropertyName()
Returns the name of the property to be created for this component, or null if no property
should be created. |
void |
setPropertyName(java.lang.String propertyName)
|
getPropertyName
public java.lang.String getPropertyName()
- Returns the name of the property to be created for this component, or null if no property
should be created.
setPropertyName
public void setPropertyName(java.lang.String propertyName)