Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.commons.beanutils.priv

Interface Summary
PrivateDirect Interface that is directly implemented by PrivateBean.
PrivateIndirect Interface that is indirectly implemented by PrivateBean.
 

Class Summary
PackageBean This class is designed to test the default access jvm problem workaround.
PrivateBean Bean that has a private constructor that exposes properties via various mechanisms (based on property name): foo - Via direct public method bar - Via directly implemented interface baz - Via indirectly implemented interface
PrivateBeanFactory Factory class for PrivateBean instances.
PrivateBeanSubclass Bean that exposes methods defined by an interface that is implemented in the superclass.
PublicSubBean This class is designed to test the default access jvm problem workaround.