org.webdocwf.util.loader.Loader <p> Loader class loads data from source database into target database using criteria set in XML file which is used as parameter. Also Loader can execute SQL statements which import from XML file. <br> All loading rolls are set in XML file. Some capabilities of this loader are: there co ...org.apache.xerces.impl.xs.traversers.XSDHandler The purpose of this class is to co-ordinate the construction of a grammar object corresponding to a schema. To do this, it must be prepared to parse several schema documents (for instance if the schema document originally referred to contains <include> or <redefined> information items ...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 ...org.webdocwf.util.loader.CounterColumns CounterColumns - insert auto increment values in target counter columns. com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler The purpose of this class is to co-ordinate the construction of a grammar object corresponding to a schema. To do this, it must be prepared to parse several schema documents (for instance if the schema document originally referred to contains <include> or <redefined> information items ...com.sleepycat.je.dbi.DbCursorTest Various unit tests for CursorImpl. com.sleepycat.je.dbi.DbCursorTestBase Various unit tests for CursorImpl. org.apache.jetspeed.modules.actions.portlets.email.EmailPortlet Email Action @author <a HREF="mailto:jlim@gluecode.com">Jonas Lim </a> @version $Id: EmailPortlet.java,v 1.2 2004/03/22 22:26:58 taylor Exp $ org.apache.xalan.xslt.EnvironmentCheck Utility class to report simple information about the environment. Simplistic reporting about certain classes found in your JVM may help answer some FAQs for simple problems. <p>Usage-command line: <code> java org.apache.xalan.xslt.EnvironmentCheck [-out outFile] </code></p> ...org.apache.tools.ant.taskdefs.optional.depend.Depend Generates a dependency file for a given set of classes. SOFA.SOFAnode.Util.machineImpl The implementation class for automata. @author Stanislav Visnovsky @version 1.0.0 org.objectweb.clif.scenario.util.isac.util.ScenarioSyntaxChecker This class will be used to check if the syntax of a scenario is correct @author JC Meillaud @author A Peyrard org.jboss.ha.hasessionstate.server.HASessionStateImpl Default implementation of HASessionState @see org.jboss.ha.hasessionstate.interfaces.HASessionState @author sacha.labourey@cogito-info.ch @author <a HREF="bill@burkecentral.com">Bill Burke</a> @version $Revision: 1.15.4.2 $ <p><b>Revisions:</b><br> <p>&l ...com.scalagent.kjoram.messages.Message The <code>Message</code> class actually provides the transport facility for the data exchanged during MOM operations. <p> A message may either carry a String, or a serializable object, or an hashtable, or bytes, even nothing. It is charaterized by properties and "header" fields. org.objectweb.jac.core.rtti.ClassRepository This class defines the class repository of the rtti aspect.<p> It contains class items that are field and method items agregates.<p> @see ClassItem @see MethodItem @see FieldItem @see CollectionItem @author Renaud Pawlak @author Laurent Martelli org.enhydra.apache.xerces.validators.common.XMLValidator This class is the super all-in-one validator used by the parser. @version $Id: XMLValidator.java,v 1.2 2005/01/26 08:28:44 jkjome Exp $ org.enhydra.apache.xerces.validators.schema.SchemaGrammar
com.jcorporate.expresso.core.controller.Controller A sequence of interaction with a user is defined as a "Controller". <p/> An Expresso controller is best thought of as a finite state machine. The only real difference is that because of the stateless nature of the web, anybody can reach any state with using the "s ...org.javacc.parser.RStringLiteral
com.lutris.appserver.server.sessionEnhydra.BasicSessionUserTable Table used by StandardSessionManager to cross reference <CODE>User</CODE> objects and sessions. This table does not hold references to the user and session objects. Instead it only cross-references the session keys and user names. An underlying assumption is that the user name can b ...org.apache.ldap.server.authn.SimpleAuthenticationTest A set of simple tests to make sure simple authentication is working as it should. @author <a HREF="mailto:dev@directory.apache.org">Apache Directory Project</a> @version $Rev: 169198 $ org.apache.xalan.xsltc.compiler.Parser @author Jacek Ambroziak @author Santiago Pericas-Geertsen @author G. Todd Miller @author Morten Jorgensen @author Erwin Bolwidt <ejb@klomp.org> org.apache.jetspeed.om.security.ldap.LDAPUser @author <a HREF="mailto:ender@kilicoglu.nom.tr">Ender KILICOGLU</a> @author <a HREF="mailto:sami.leino@netorek.fi">Sami Leino</a> @version $Id: LDAPUser.java,v 1.7 2004/02/23 03:12:13 jford Exp $ mc.formgenerator.bonita.Worklist
org.apache.jetspeed.om.security.BaseJetspeedUser The default Jetspeed implementation of User interface. This basic implementation contains the functionality that is expected to be common among all User implementations. You are welcome to extend this class if you wish to have custom functionality in your user objects (like accessor methods for c ...org.coach.tracing.server.ServerMain
org.apache.cocoon.environment.mock.MockContext
org.apache.velocity.test.provider.TestProvider This class is used by the testbed. Instances of the class are fed into the context that is set before the AST is traversed and dynamic content generated. @author <a HREF="mailto:jvanzyl@apache.org">Jason van Zyl</a> @version $Id: TestProvider.java,v 1.21.8.1 2004/03/03 23:23:06 geirm ...com.sleepycat.je.util.DbDumpTest
org.jdesktop.demo.CmdLineParser Largely GNU-compatible command-line options parser. Has short (-v) and long-form (--verbose) option support, and also allows options with associated values (-d 2, --debug 2, --debug=2). Option processing can be explicitly terminated by the argument '--'. <p/> <b>Note from Richard Bair: ...com.lutris.appserver.server.Enhydra import org.enhydra.dods.DODS; import org.enhydra.dods.DODSException; The Enhydra class provides static methods that allow each application to conviently get at their application object. It also provides access <P> This class implements dynamically scoped global variables, accessed via st ...org.eclipse.ui.internal.intro.impl.model.IntroExtensionContent An intro container extension. If the content attribute is defined, then it is assumed that we have XHTML content in an external file. Load content from external DOM. No need to worry about caching here because this is a transient model class. It is used and then disregarded from the model.<br&g ...org.apache.tools.ant.taskdefs.optional.dotnet.DotnetCompile Abstract superclass for dotnet compiler tasks. History <table> <tr> <td> 0.1 </td> <td> First creation </td> <td> Most of the code here was copied verbatim from v0.3 of Steve Loughran's CSharp optional task. Abstracted functionality to allow subclassing o ...org.apache.soap.util.ObjectRegistry The <em>ObjectRegistry</em> is used to do name-to-object reference lookups. If an <em>ObjectRegistry</em> is passed as a constructor argument, then this <em>ObjectRegistry</em> will be a cascading registry: when a lookup is invoked, it will first look in its own ...com.sun.org.apache.xml.internal.serializer.SerializerBase This class acts as a base class for the XML "serializers" and the stream serializers. It contains a number of common fields and methods. @author Santiago Pericas-Geertsen @author G. Todd Miller | Popular Tags |