org.webdocwf.util.i18njdbc.I18nResultSet This class implements the ResultSet interface for the I18nJdbc driver. @author Zoran Milakovic @author Zeljko Kovacevic
com.nqadmin.swingSet.datasources.SSRowSetAdapter SSRowSetAdapter.java <p> SwingSet - Open Toolkit For Making Swing Controls Database-Aware <p><pre> Abstract class that provides empty implementations of all the methods for the SSRowSet interface. This class is provided for convenience. so that users wishing to write their own S ...
info.magnolia.cms.servlets.EntryServlet This is the main http servlet which will be called for any resource request this servlet will dispacth or process requests according to their nature -- all resource requests will go to ResourceDispatcher -- all page requests will be handed over to the defined JSP or Servlet (template). Updated to ...
org.objectweb.speedo.mapper.lib.BasicJormFactory This class manages the initialization and the naming, of persistent class. The type of naming supported depends on the NamingManager registered into the NamingManagerFactory @see org.objectweb.speedo.naming.api.NamingManager @author S.Chassande-Barrioz
org.apache.axis2.soap.impl.llom.factory.SOAPLinkedListImplFactory Copyright 2001-2004 The Apache Software Foundation. <p/> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at <p/> http://www.apache.org/licenses/LICENSE-2.0 <p/> U ...
org.apache.cocoon.xml.dom.DocumentWrapper Wraps an org.w3c.dom.Document and offers additional interfaces like XMLizable and a toString() method. @author <a HREF="mailto:haul@apache.org">Christian Haul</a> @version CVS $Id: DocumentWrapper.java 156529 2005-03-08 14:45:48Z cziegeler $
org.apache.struts.mock.MockHttpServletResponse <p>Mock <strong>HttpServletResponse</strong> object for low-level unit tests of Struts controller components. Coarser grained tests should be implemented in terms of the Cactus framework, instead of the mock object classes.</p> <p><strong>WARNING</strong> ...
org.objectweb.jorm.naming.lib.AbstractInheritKeyFilteredPNamingContext This class is a PNamingContext for managing the inheritance. The naming is based on a single filter (Medor expression) for the overall inheritance tree. The medor expression uses naming fields from a PNameGetter. The evalution of the expression on a PNameGetter produces a value. Each non abstract ...
com.sleepycat.compat.DbCompat A minimal set of DB-JE compatibility methods for internal use only. Two versions are maintained in parallel in the DB and JE source trees. Used by the collections package.
org.apache.axis2.deployment.DeploymentParser This class is used to parse the following xml douments 1 axis2.xml 2 service.xml 3 module.xml <p/> this class implements DeployCons to get some constant values need to parse a given document
org.apache.commons.collections.bag.UnmodifiableSortedBag Decorates another <code>SortedBag</code> to ensure it can't be altered. <p> This class is Serializable from Commons Collections 3.1. @since Commons Collections 3.0 @version $Revision: 1.9 $ $Date: 2004/06/02 21:56:19 $ @author Stephen Colebourne
org.apache.commons.chain.web.portlet.PortletParamMap <p>Private implementation of <code>Map</code> for portlet parameter name-value.</p> @author Craig R. McClanahan @version $Revision: 1.3 $ $Date: 2004/02/25 00:01:06 $
org.apache.commons.collections.primitives.RandomAccessShortList Abstract base class for {@link ShortList}s backed by random access structures like arrays. <p /> Read-only subclasses must override {@link #get} and {@link #size}. Mutable subclasses should also override {@link #set}. Variably-sized subclasses should also override {@link #add} and {@link # ...
org.codehaus.aspectwerkz.reflect.impl.java.JavaClassInfoRepository A repository for the class info hierarchy. Is class loader aware. <p/>TODO refactor some with ASMClassInfoRepository but keep em separate for system runtime sake in AOPC (WLS) @author <a HREF="mailto:jboner@codehaus.org">Jonas BonŽr </a>