KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > lang > reflect > AccessibleObject > Top Examples

  • net.sf.saxon.functions.JavaExtensionLibrary
    The JavaExtensionLibrary is a FunctionLibrary that binds XPath function calls to calls on Java methods (or constructors, or fields). It performs a mapping from the namespace URI of the function to the Java class (the mapping is partly table driven and partly algorithmic), and maps the local name o ...
  • net.sf.saxon.functions.ExtensionFunctionCall
    This class acts as a container for an extension function defined to call a method in a user-defined class. <p>Note that the binding of an XPath function call to a Java method is done in class {@link JavaExtensionLibrary}</p>
  • freemarker.ext.beans.MethodMap
    Cache of Class[] --> AccessibleObject. Maps the actual types involved in a method/constructor call to the most specific method/constructor for those types Can be only AMBIGUOUS_METHOD
  • freemarker.ext.beans.BeansWrapper
    Utility class that provides generic services to reflection classes. It handles all polymorphism issues in the {@link #wrap(Object)} and {@link #unwrap(TemplateModel)} methods. @author Attila Szegedi @version $Id: BeansWrapper.java,v 1.91 2005/06/13 21:34:47 szegedia Exp $
  • org.springframework.orm.jdo.JdoInterceptorTests
    @author Juergen Hoeller
  • org.roller.pojos.RollerConfigData
    Configuration object for Roller. Reads and writes roller-config.xml. RollerConfig extends Struts ActionForm so that it can be extended by RollerConfigForm in the administrator pages. <p /> This is where you set default Roller configuration values. @ejb:bean name="RollerConfigData" @struts. ...
Popular Tags