KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > lang > IllegalAccessException > Top Examples

  • org.apache.commons.beanutils.PropertyUtilsTestCase
    <p>Test Case for the PropertyUtils class. The majority of these tests use instances of the TestBean class, so be sure to update the tests if you change the characteristics of that class.</p> <p>So far, this test case has tests for the following methods of the <code>Proper ...
  • org.apache.commons.beanutils.DynaPropertyUtilsTestCase
    Test accessing DynaBeans transparently via PropertyUtils. @author Craig R. McClanahan @version $Revision: 1.12 $ $Date: 2004/02/28 13:18:36 $
  • org.apache.tools.ant.IntrospectionHelper
    Helper class that collects the methods a task or nested element holds to set attributes, create nested elements or hold PCDATA elements. The class is final as it has a private constructor.
  • com.opensymphony.workflow.designer.beanutils.PropertyUtils
    <p>Utility methods for using Java Reflection APIs to facilitate generic property getter and setter operations on Java objects.</p> <p>The implementations for these methods are provided by <code>PropertyUtilsBean</code>. For more details see {@link PropertyUtilsBean}. ...
  • org.apache.xml.utils.synthetic.reflection.Field
    A Field provides information about, and dynamic access to, a single field of a class or an interface. The reflected field may be a class (static) field or an instance field. <p> A Field permits widening conversions to occur during a get or set access operation, but throws an IllegalArgumentE ...
  • org.apache.beehive.netui.pageflow.FlowControllerFactory
    Factory for creating {@link FlowController}s - user {@link PageFlowController}s and {@link SharedFlowController}s.
  • org.jboss.resource.adapter.jdbc.remote.WrapperDataSourceService
    An mbean service that pvovides the detached invoker ops for the javax.sql.DataSource and related java.sql.* interfaces. @jmx:mbean name="jboss.jca:service=ConnectionFactoryBinding" extends="org.jboss.resource.connectionmanager.ConnectionFactoryBindingServiceMBean" @author Scott.Stark@jboss.org @ ...
  • org.apache.commons.beanutils.BeanUtilsTestCase
    <p> Test Case for the BeanUtils class. The majority of these tests use instances of the TestBean class, so be sure to update the tests if you change the characteristics of that class. </p> <p> Template for this stolen from Craigs PropertyUtilsTestCase </p> <p> Note ...
  • groovy.swing.SwingBuilder
    A helper class for creating Swing widgets using GroovyMarkup @author <a HREF="mailto:james@coredevelopers.net">James Strachan</a> @version $Revision: 1.13 $
  • org.jboss.ejb.plugins.BMPPersistenceManager
    Persistence manager for BMP entites. All calls are simply deligated to the entity implementation class. @author <a HREF="mailto:rickard.oberg@telkel.com">Rickard Öberg</a> @author <a HREF="mailto:marc.fleury@telkel.com">Marc Fleury</a> @author <a HREF="mailto:andreas.s ...
  • org.apache.bsf.util.ReflectionUtils
    This file is a collection of reflection utilities. There are utilities for creating beans, getting bean infos, setting/getting properties, and binding events. @author Sanjiva Weerawarana @author Joseph Kesselman
  • org.jboss.axis.utils.FieldPropertyDescriptor
    @author Glen Daniels (gdaniels@apache.org)
  • org.apache.beehive.netui.pageflow.PageFlowRequestProcessor
    The Page Flow extension of the Struts RequestProcessor, which contains callbacks that are invoked during processing of a request to the Struts action servlet. This class is registered as the <strong>controller</strong> for all Struts modules derived from page flows.
  • org.quickserver.net.server.QuickServer
    Main class of QuickServer library. This class is used to create multi client servers quickly. <p> Ones a client is connected, it creates {@link ClientHandler} object, which is run using any thread available from the pool of threads maintained by {@link org.quickserver.util.pool.thread.Client ...
  • org.apache.axis.utils.ArrayUtil
  • com.jcorporate.expresso.services.controller.dbmaint.Lookup
    ======================================================= &class_def ===
  • org.roller.presentation.velocity.ContextLoader
    Load Velocity Context with Roller objects, values, and custom plugins. @author llavandowska @author David M Johnson
Popular Tags