net.trajano.twiff.web
Class ActionServlet

java.lang.Object
  extended by net.trajano.picoservlet.PicoServlet
      extended by net.trajano.twiff.web.ActionServlet
All Implemented Interfaces:
Servlet

public final class ActionServlet
extends net.trajano.picoservlet.PicoServlet

This implements a form handler that does not do the post-redirect-get pattern. This should not be used normally unless it is not possible to have a datastore on the web tier.

Author:
Archimedes Trajano

Constructor Summary
ActionServlet()
          Constructs the servlet.
 
Method Summary
protected  void populateContainer(MutablePicoContainer container)
          Configures the container.
 
Methods inherited from class net.trajano.picoservlet.PicoServlet
destroy, getServletConfig, getServletInfo, init, service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionServlet

public ActionServlet()
Constructs the servlet.

Method Detail

populateContainer

protected void populateContainer(MutablePicoContainer container)
Configures the container.

Overrides:
populateContainer in class net.trajano.picoservlet.PicoServlet
See Also:
PicoServlet.populateContainer(org.picocontainer.MutablePicoContainer)


Copyright © 2004-2005 trajano.net. All Rights Reserved.