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,v 1.1 2003/06/21 19:47:24 mindbridge Exp $
- 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