Package org.apache.tapestry.enhance

Interface Summary
IEnhancer Defines an object which may work with a ComponentClassFactory to create an enhancement to a class.
 

Class Summary
ClassFabricator Class used to simplify the generation of new classes as a wrapper around BCEL.
ComponentClassFactory Contains the logic for analyzing and enhancing a single component class.
CreateAutoParameterEnhancer Creates a synthetic property for a Direction.AUTO parameter.
CreatePropertyEnhancer Creates a new property of a particular type in the enhanced subclass.
DefaultComponentClassEnhancer Default implementation of org.apache.tapestry.IComponentClassEnhancer.
EnhanceClassLoader A class loader that can be used to create new classes as needed.
MethodFabricator Wrapper around MethodGen used to simplify the creation of new methods within a new class.
MethodSignature The signature of a Method, including the name, return type, and parameter types.