|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComponentClassTransformer
Encapsulates all the work performed by the ComponentInstantiatorSource
when it loads and transforms a class.
| Method Summary | |
|---|---|
Instantiator |
createInstantiator(String componentClassName)
Creates a new instantiator instance. |
void |
transformComponentClass(javassist.CtClass ctClass,
ClassLoader classLoader)
Performs a transformation on the class, accessing the class from the class pool. |
| Method Detail |
|---|
void transformComponentClass(javassist.CtClass ctClass,
ClassLoader classLoader)
ctClass - compile time class to be transformedclassLoader - class loader used to resolve references to other classes (both transformed and not)Instantiator createInstantiator(String componentClassName)
componentClassName - fully qualified name of component class to instantiate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||