org.apache.struts.taglib.bean.TestSizeTag Suite of unit tests for the <code>org.apache.struts.taglib.bean.SizeTag</code> class. org.apache.beehive.netui.pageflow.PageFlowRequestProcessor The Page Flow extension of the Struts RequestProcessor, which contains callbacks that are invoked during processing of a request to the Struts action servlet. This class is registered as the <strong>controller</strong> for all Struts modules derived from page flows. org.springframework.web.servlet.ComplexWebApplicationContext @author Juergen Hoeller @since 21.05.2003 org.apache.struts.taglib.logic.TestIterateTag Suite of unit tests for the <code>org.apache.struts.taglib.logic.IterateTag</code> class. org.apache.catalina.core.StandardWrapper Standard implementation of the <b>Wrapper</b> interface that represents an individual servlet definition. No child Containers are allowed, and the parent Container must be a Context. @author Craig R. McClanahan @author Remy Maucherat @version $Revision: 1.58 $ $Date: 2005/03/11 16:34 ...org.apache.cocoon.servlet.ParanoidCocoonServlet This servlet builds a classloading sandbox and runs another servlet inside that sandbox. The purpose is to shield the libraries and classes shipped with the web application from any other classes with the same name that may exist in the system, such as Xerces and Xalan versions included in JDK 1.4 ...org.springframework.web.servlet.DispatcherServletTests @author Rod Johnson @author Juergen Hoeller org.apache.cactus.internal.server.AbstractWebTestCaller Responsible for instanciating the <code>TestCase</code> class on the server side, set up the implicit objects and call the test method. This class provides a common abstraction for all test web requests. @version $Id: AbstractWebTestCaller.java,v 1.1 2004/05/22 11:34:45 vmassol Exp $ org.apache.catalina.core.ApplicationDispatcher Standard implementation of <code>RequestDispatcher</code> that allows a request to be forwarded to a different resource to create the ultimate response, or to include the output of another resource in the response from this resource. This implementation allows application level servle ...org.jboss.jmx.adaptor.html.HtmlAdaptorServlet The HTML adaptor controller servlet. @author Scott.Stark@jboss.org @version $Revision: 1.9.6.1 $ org.apache.jasper.runtime.PageContextImpl Implementation of the PageContext class from the JSP spec. Also doubles as a VariableResolver for the EL. @author Anil K. Vijendran @author Larry Cable @author Hans Bergsten @author Pierre Delisle @author Mark Roth @author Jan Luehe org.apache.cocoon.servlet.CocoonServlet This is the entry point for Cocoon execution as an HTTP Servlet. @author <a HREF="mailto:pier@apache.org">Pierpaolo Fumagalli</a> (Apache Software Foundation) @author <a HREF="mailto:stefano@apache.org">Stefano Mazzocchi</a> @author <a HREF="mailto:nicolaken@apache.org" ...org.apache.struts.taglib.logic.TestNotPresentTag Suite of unit tests for the <code>org.apache.struts.taglib.logic.PresentTag</code> class. com.jcorporate.expresso.core.servlet.StdServlet A Servlet base class adding some basic common functionality to the core HttpServlet class. @author Michael Nash @see com.jcorporate.expresso.core.servlet.DBServlet com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet Presentation server implemented as a servlet. Translates servlet requests into HttpPresentationManager requests. There is a one to one correspondence between an instance of this servlet and an Enhydra application. An instance of the application is created by the servlet. The servlet requires a ...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.apache.velocity.tools.view.servlet.VelocityViewServlet <p>A servlet to process Velocity templates. This is comparable to the the JspServlet for JSP-based applications.</p> <p>The servlet provides the following features:</p> <ul> <li>renders Velocity templates</li> <li>provides support for an auto-loaded ...org.springframework.samples.countries.web.CountriesController @author Jean-Pierre Pawlak @author Juergen Hoeller com.caucho.server.security.PasswordDigest Calculates a digest for the user and password. <p>If the realm is missing, the digest will calculate: <code><pre> MD5(user + ':' + password) </pre></code> <p>If the realm is specified, the digest will calculate: <code><pre> MD5(user + ':' + realm + ...org.python.util.PyServlet This servlet is used to re-serve JPython servlets. It stores bytecode for JPython servlets and re-uses it if the underlying .py file has not changed. <p> Many people have been involved with this class: <ul> <li>Chris Gokey <li>David Syer <li>Finn Bock </ul> If ...org.apache.beehive.netui.pageflow.FlowController Base class for user-written flow controllers - {@link PageFlowController}s and {@link SharedFlowController}s. com.jcorporate.expresso.core.jsdkapi.APIAwareSession APIAwareSession defines a wrapper for a session object that can store & retrieve serializable objects into the session, using the calls appropriate to the selected Servlet API com.caucho.amber.filters.AmberContextFilter Context for the amber filter. org.apache.struts.webapp.example2.EditRegistrationAction Implementation of <strong>Action</strong> that populates an instance of <code>RegistrationForm</code> from the profile of the currently logged on User (if any). @author Craig R. McClanahan @version $Rev: 155886 $ $Date: 2005-03-02 06:04:47 +0000 (Wed, 02 Mar 2005) $ org.objectweb.jonas.webapp.jonasadmin.jonasserver.EditJvmAction @author Adriana DANES com.caucho.server.dispatch.ClassLoaderFilterChain Represents the next filter in a filter chain. The final filter will be the servlet itself. | Popular Tags |