org.apache.tapestry.enhance
Interface IEnhancer

All Known Implementing Classes:
CreatePropertyEnhancer, CreateAutoParameterEnhancer

public interface IEnhancer

Defines an object which may work with a ComponentClassFactory to create an enhancement to a class. These enhancements are typically in the form of adding new fields and methods.

Since:
3.0
Version:
$Id: IEnhancer.java,v 1.2 2003/04/17 21:33:46 hlship Exp $
Author:
Howard Lewis Ship

Method Summary
 void performEnhancement(ComponentClassFactory factory)
           
 

Method Detail

performEnhancement

public void performEnhancement(ComponentClassFactory factory)