org.apache.commons.clazz.reflect.extended
Class ExtendedReflectedClazzLoader
java.lang.Object
org.apache.commons.clazz.ClazzLoader
org.apache.commons.clazz.reflect.ReflectedClazzLoader
org.apache.commons.clazz.reflect.extended.ExtendedReflectedClazzLoader
- public class ExtendedReflectedClazzLoader
- extends ReflectedClazzLoader
A version of ReflectedClazzLoader that supports the extended notion of
JavaBeans.
It recognizes of List, Mapped and Scalar properties.
- Version:
- $Revision: 1.5 $ $Date: 2004/02/19 23:58:40 $
- Author:
- Dmitri Plotnikov
|
Method Summary |
protected org.apache.commons.clazz.Clazz |
createClazz(Class javaClass)
Override this method to construct an Clazz for the given Class
(javaClass). |
| Methods inherited from class org.apache.commons.clazz.ClazzLoader |
enableLogging, getClazz, getModel, getModelClazzLoader, isLoggingEnabled |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtendedReflectedClazzLoader
public ExtendedReflectedClazzLoader(org.apache.commons.clazz.ModelClazzLoader modelClazzLoader,
ClassLoader classLoader)
- Constructor for ExtendedReflectedClazzLoader.
- Parameters:
modelClazzLoader - classLoader -
createClazz
protected org.apache.commons.clazz.Clazz createClazz(Class javaClass)
- Description copied from class:
ReflectedClazzLoader
- Override this method to construct an Clazz for the given Class
(javaClass). Make sure that the new Clazz is initialized with the
supplied clazzLoader representing the clazz loader group, not with
this.
- Specified by:
createClazz in class ReflectedClazzLoader
- See Also:
ReflectedClazzLoader.createClazz(Class)
Copyright © 2002-2005 The Apache Software Foundation. All Rights Reserved.