com.primix.tapestry.util.prop
Interface IPublicBean

All Known Implementing Classes:
ShowProperties.ExplorePathElement, SlashdotStory, Stock, PropertyHelperTest.PublicBean

public interface IPublicBean

A marker interfaces for objects that allow access to their public instance variables as if they were JavaBeans properties. This saves developers the effort of implementing accessor methods for objects that exist purely to store data.

Since:
1.0.1
Version:
$Id: IPublicBean.java,v 1.1 2001/05/24 20:08:22 hship Exp $
Author:
Howard Ship