org.apache.turbine.Turbine Turbine is the main servlet for the entire system. It is <code>final</code> because you should <i>not</i> ever need to subclass this servlet. If you need to perform initialization of a service, then you should implement the Services API and let your code be initialized by ...
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 ...
org.apache.axis.configuration.EngineConfigurationFactoryServlet This is a default implementation of ServletEngineConfigurationFactory. It is user-overrideable by a system property without affecting the caller. If you decide to override it, use delegation if you want to inherit the behaviour of this class as using class extension will result in tight loops. Tha ...
org.apache.turbine.services.intake.TurbineIntakeService This service provides access to input processing objects based on an XML specification. @author <a HREF="mailto:jmcnally@collab.net">John McNally</a> @author <a HREF="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a> @author <a HREF="mailto:quintonm@bellsouth.net"& ...