org.apache.tapestry.enhance.javassist
Class CreatePropertyEnhancer
java.lang.Object
org.apache.tapestry.enhance.javassist.CreatePropertyEnhancer
- All Implemented Interfaces:
- IEnhancer
public class CreatePropertyEnhancer
- extends Object
- implements IEnhancer
- Since:
- 3.0
- Version:
- $Id: CreatePropertyEnhancer.java 243791 2004-02-19 17:38:13Z hlship $
- Author:
- Mindbridge
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreatePropertyEnhancer
public CreatePropertyEnhancer(String propertyName,
javassist.CtClass propertyType)
CreatePropertyEnhancer
public CreatePropertyEnhancer(String propertyName,
javassist.CtClass propertyType,
String readMethodName,
boolean persistent)
performEnhancement
public void performEnhancement(IEnhancedClass enhancedClass)
- Specified by:
performEnhancement
in interface IEnhancer