org.apache.jk.config.ApacheConfig The idea is to keep all configuration in server.xml and < Server ... > ... <Listener className=<b>org.apache.ajp.tomcat4.config.ApacheConfig</b> <i>options</i> /> ... < /Server >
org.apache.catalina.manager.HTMLManagerServlet Servlet that enables remote management of the web applications deployed within the same virtual host as this web application is. Normally, this functionality will be protected by a security constraint in the web application deployment descriptor. However, this requirement can be relaxed during t ...
org.enhydra.xml.xmlc.servlet.ServletXMLCLogger XMLC logger interface to the Servlet logging API. ServletContext this logger is associated with. Writer for XMLC informative logging. Writer for XMLC debug logging. Writer for XMLC error logging. Constructor.
com.sun.org.apache.xalan.internal.client.XSLTProcessorApplet Provides applet host for the XSLT processor. To perform transformations on an HTML client: <ol> <li>Use an <applet> tag to embed this applet in the HTML client.</li> <li>Use the DocumentURL and StyleURL PARAM tags or the {@link #setDocumentURL} and {@link #set ...
org.apache.lucene.index.TestDoc JUnit adaptation of an older test case DocTest. @author dmitrys@earthlink.net @version $Id: TestDoc.java,v 1.5 2004/04/20 19:33:35 goller Exp $
org.apache.axis.transport.http.QSMethodHandler The QSMethodHandler class is a handler which executes a given method from an an AXIS service's WSDL definition when the query string "method" is encountered in an AXIS servlet invocation. @author Curtiss Howard (code mostly from AxisServlet class) @author Doug Davis (dug@us.ibm.com) @author Steve ...
com.inversoft.junit.Result The default implementation of the Result interface. This handles all exceptions and such
org.objectweb.kilim.KilimException KilimException is the exception generated inthe Kilim environment to notify the user error (bugs in Kilim implementation are notified through Internal exceptions). KilimException provides a simple mechanism to wrap exceptions of an other type so that the stack trace and the message returned by suc ...
org.apache.regexp.REDemo Interactive demonstration and testing harness for regular expressions classes. @author <a HREF="mailto:jonl@muppetlabs.com">Jonathan Locke</a> @version $Id: REDemo.java,v 1.2 2000/12/07 17:24:59 jon Exp $