Uses of Package
org.apache.tapestry.enhance

Packages that use org.apache.tapestry.enhance
org.apache.tapestry.annotations Contains all of the annotation features (jdk >= 1.5) available in tapestry. 
org.apache.tapestry.enhance Classes used for performing dynamic bytecode enhancement of component and page classes. 
org.apache.tapestry.services.impl Service implementations. 
org.apache.tapestry.test Various testing utilities to make testing tapestry pages/components easier. 
 

Classes in org.apache.tapestry.enhance used by org.apache.tapestry.annotations
EnhancementOperation
          A process object representing enhancements to a component class.
EnhancementWorker
          A worker that is employed by the ComponentConstructorFactory to perform some enhancement.
 

Classes in org.apache.tapestry.enhance used by org.apache.tapestry.enhance
AbstractFab
          Common code for ClassFabImpl and InterfaceFabImpl.
ClassInspector
          Service that provides a common interface to other lower level reflection services to provide a common set of functionality for reflection when using a 1.4 or >= 1.5 jre.
CtClassSource
          Wrapper around Javassist's ClassPool and our own ClassFactoryClassLoader that manages the creation of new instance of CtClass and converts finished CtClass's into instantiable Classes.
DeferredScript
          A wrapper around IScriptSource that will obtain an IScript instance as needed.
EnhancedClassValidator
           
EnhancementOperation
          A process object representing enhancements to a component class.
EnhancementWorker
          A worker that is employed by the ComponentConstructorFactory to perform some enhancement.
HiveMindClassPool
          Used to ensure that ClassPool.appendClassPath(javassist.ClassPath) is invoked with a synchronized lock.
InjectEnhancementWorker
          A kind of enhancement worker dedicated to injection, based on the <inject> element of the specification.
MethodSignature
          A representation of a Method, identifying the name, return type, parameter types and exception types.
MethodSignatureImpl
          JDK 1.4 based version of MethodSignature.
 

Classes in org.apache.tapestry.enhance used by org.apache.tapestry.services.impl
EnhancedClassValidator
           
EnhancementWorker
          A worker that is employed by the ComponentConstructorFactory to perform some enhancement.
 

Classes in org.apache.tapestry.enhance used by org.apache.tapestry.test
EnhancementOperation
          A process object representing enhancements to a component class.
EnhancementWorker
          A worker that is employed by the ComponentConstructorFactory to perform some enhancement.
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.