net.trajano.twiff.web
Class ActionServlet
java.lang.Object
net.trajano.picoservlet.PicoServlet
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
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 |
ActionServlet
public ActionServlet()
- Constructs the servlet.
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.