|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClassAdapterFactory
A class adapter factory.
The ClassAdapterFactory serves as the entry point for deciding whether it supports the class. e.g. the AOP ClassAdapterFactory may return null allowing the microcontainer to default back to reflection for the class.
Method Summary | |
---|---|
ClassAdapter |
getClassAdapter(Class clazz)
Get a class adapter |
ClassAdapter |
getClassAdapter(String name,
ClassLoader cl)
Get a class adapter |
Method Detail |
---|
ClassAdapter getClassAdapter(String name, ClassLoader cl) throws ClassNotFoundException
name
- the class namecl
- the classloader
ClassNotFoundException
- when there is no such classClassAdapter getClassAdapter(Class clazz)
clazz
- the class
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |