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
 String getPropertyName()
          Returns the name of the property to be created for this component, or null if no property should be created.
 void setPropertyName(String propertyName)
           
 

Method Detail

getPropertyName

String getPropertyName()
Returns the name of the property to be created for this component, or null if no property should be created.


setPropertyName

void setPropertyName(String propertyName)


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