Package org.apache.tapestry.enhance

Interface Summary
IEnhancedClass This interface represents a class to be enhanced.
IEnhancedClassFactory An interface defining the factory for creation of new objects representing an enhanced class.
IEnhancer Defines an object which may work with a ComponentClassFactory to create an enhancement to a class.
 

Class Summary
BaseEnhancedClass  
ComponentClassFactory Contains the logic for analyzing and enhancing a single component class.
DefaultComponentClassEnhancer Default implementation of org.apache.tapestry.IComponentClassEnhancer.
EnhancedClassLoader A class loader that can be used to create new classes as needed.
JavaClassMapping  
MethodSignature The signature of a Method, including the name, return type, and parameter types.
 

Exception Summary
CodeGenerationException This is an unrecoverable error during code generation.