org.apache.tapestry.enhance
Class CreateAutoParameterEnhancer

java.lang.Object
  |
  +--org.apache.tapestry.enhance.CreateAutoParameterEnhancer
All Implemented Interfaces:
IEnhancer

public class CreateAutoParameterEnhancer
extends Object
implements IEnhancer

Creates a synthetic property for a Direction.AUTO parameter.

Since:
3.0
Version:
$Id: CreateAutoParameterEnhancer.java,v 1.5 2003/05/15 12:34:54 hlship Exp $
Author:
Howard Lewis Ship

Constructor Summary
CreateAutoParameterEnhancer(ComponentClassFactory factory, String propertyName, String parameterName, org.apache.bcel.generic.Type type, String typeClassName, String readMethodName)
           
 
Method Summary
 void performEnhancement(ComponentClassFactory factory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateAutoParameterEnhancer

public CreateAutoParameterEnhancer(ComponentClassFactory factory,
                                   String propertyName,
                                   String parameterName,
                                   org.apache.bcel.generic.Type type,
                                   String typeClassName,
                                   String readMethodName)
Method Detail

performEnhancement

public void performEnhancement(ComponentClassFactory factory)
Specified by:
performEnhancement in interface IEnhancer