org.apache.commons.clazz.reflect.extended
Class CustomClazz

java.lang.Object
  extended by org.apache.commons.clazz.common.ClazzElementSupport
      extended by org.apache.commons.clazz.Clazz
          extended by org.apache.commons.clazz.reflect.ReflectedClazz
              extended by org.apache.commons.clazz.reflect.extended.ExtendedReflectedClazz
                  extended by org.apache.commons.clazz.reflect.extended.CustomClazz
All Implemented Interfaces:
org.apache.commons.clazz.ClazzElement

public class CustomClazz
extends org.apache.commons.clazz.reflect.extended.ExtendedReflectedClazz

Version:
$Id: CustomClazz.java 155436 2005-02-26 13:17:48Z dirkv $
Author:
Dmitri Plotnikov

Field Summary
protected static org.apache.commons.clazz.reflect.ReflectedPropertyIntrospector[] PROPERTY_INTROSPECTORS
           
 
Fields inherited from class org.apache.commons.clazz.reflect.extended.ExtendedReflectedClazz
INSTANCE_FACTORY_INTROSPECTORS, OPERATION_INTROSPECTORS
 
Fields inherited from class org.apache.commons.clazz.Clazz
EXTENDED_CLAZZ_MODEL, STANDARD_CLAZZ_MODEL
 
Constructor Summary
CustomClazz(org.apache.commons.clazz.ClazzLoader loader, Class instanceClass)
           
 
Method Summary
protected  org.apache.commons.clazz.reflect.ReflectedPropertyIntrospector[] getPropertyIntrospectors()
           
 
Methods inherited from class org.apache.commons.clazz.reflect.extended.ExtendedReflectedClazz
getInstanceFactoryIntrospectors, getOperationIntrospectors
 
Methods inherited from class org.apache.commons.clazz.reflect.ReflectedClazz
addInstanceFactory, addOperation, addProperty, getBeanInfo, getDeclaredOperations, getDeclaredProperties, getInstanceClass, getInstanceFactories, getInstanceFactory, getOperation, getOperations, getProperties, getProperty, getReflectedClass, getSuperclazz, introspectInstanceFactories, introspectOperations, introspectProperties, isAssignableFrom, isLoggingEnabled, logPropertyParseResults, logPropertyParseResults
 
Methods inherited from class org.apache.commons.clazz.Clazz
addClazzChangeListener, addClazzLoaderFactory, constructSignature, constructSignature, fireInstanceFactoryAdded, fireInstanceFactoryRemoved, fireOperationAdded, fireOperationRemoved, firePropertyAdded, firePropertyRemoved, getCanonicalClassName, getClazz, getClazz, getClazzLoader, getClazzLoader, getClazzLoaderFactory, getDefaultClazzLoader, getDefaultClazzModel, getName, getPackageName, getShortClassName, newInstance, newInstance, removeClazzChangeListener, setDefaultClazzModel
 
Methods inherited from class org.apache.commons.clazz.common.ClazzElementSupport
getAttribute, getAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.commons.clazz.ClazzElement
getAttribute, getAttributes
 

Field Detail

PROPERTY_INTROSPECTORS

protected static final org.apache.commons.clazz.reflect.ReflectedPropertyIntrospector[] PROPERTY_INTROSPECTORS
Constructor Detail

CustomClazz

public CustomClazz(org.apache.commons.clazz.ClazzLoader loader,
                   Class instanceClass)
Method Detail

getPropertyIntrospectors

protected org.apache.commons.clazz.reflect.ReflectedPropertyIntrospector[] getPropertyIntrospectors()
Overrides:
getPropertyIntrospectors in class org.apache.commons.clazz.reflect.extended.ExtendedReflectedClazz


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.