org.apache.turbine.services.security.torque.UserPeerManager This class capsulates all direct Peer access for the User entities. It allows the exchange of the default Turbine supplied TurbineUserPeer class against a custom class. @author <a HREF="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a> @version $Id: UserPeerManager.java,v 1.5.2.2 ...
org.apache.commons.collections.ExtendedProperties This class extends normal Java properties by adding the possibility to use the same key many times concatenating the value strings instead of overwriting them. <p> <b>Please consider using the <code>PropertiesConfiguration</code> class in Commons-Configuration as soon as it ...
org.apache.tester.Jndi02 Positive test for looking up environment entries from the naming context provided by the servlet container. The looked-up values are initialized via <code><env-entry></code> elements in the web application deployment descriptor. @author Craig R. McClanahan @version $Rev ...
org.enhydra.apache.xerces.validators.schema.TraverseSchema Instances of this class get delegated to Traverse the Schema and to populate the Grammar internal representation by instances of Grammar objects. Traverse a Schema Grammar: @author Eric Ye, IBM @author Jeffrey Rodriguez, IBM @author Andy Clark, IBM @see org.enhydra.apache.xerces.validators.commo ...
com.lowagie.text.Section A <CODE>Section</CODE> is a part of a <CODE>Document</CODE> containing other <CODE>Section</CODE>s, <CODE>Paragraph</CODE>s, <CODE>List</CODE> and/or <CODE>Table</CODE>s. <P> Remark: you can not construct a <CODE>S ...
org.python.core.PyArray A wrapper class around native java arrays. Instances of PyArray are created either by java functions or directly by the jarray module. <p> See also the jarray module.
com.icl.saxon.style.SAXONHandler A saxon:handler element in the style sheet: defines a Java nodehandler that can be used to process a node in place of an XSLT template