KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > servlet > http > HttpServlet > Top Examples

  • 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.tapestry.services.impl.TestApplicationSpecificationInitializer
    Tests for the {@link org.apache.tapestry.services.impl.ApplicationSpecificationInitializer}. @author Howard Lewis Ship @since 4.0
  • org.apache.soap.providers.StatefulEJBProvider
  • org.jboss.axis.transport.http.AxisServletBase
    Base class for servlets used in axis, has common methods to get and save the engine to a common location, currently the webapp's context, though some alternate persistence mechanism is always possible. Also has a load counter shared by all servlets; tracks the # of active http requests open to any ...
  • org.apache.jetspeed.services.webpage.WebPageManager
    <P>This is a commodity static accessor class around the <code>WebPageService</code> interface</P> @see org.apache.jetspeed.services.webpage.WebPageService @author <a HREF="mailto:taylor@apache.org">David Sean Taylor</a> @version $Id: WebPageManager.java,v 1.2 ...
  • info.magnolia.cms.servlets.ResourceDispatcher
    Class ResourceDispatcher is responsible to gather data from the <strong>HttpServletRequest </strong> and write back the requested resource on the <strong>ServletOutputStream </strong>. @author Sameer Charles @version 1.0
  • example.PeriodicTaskServlet
    A Servlet that provides a user interface for managing a PeriodicTask.
Popular Tags