net.trajano.twiff.web
Class ViewServlet

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

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

This class forwards container data to a JSP.

Author:
Archimedes Trajano

Constructor Summary
ViewServlet()
          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

ViewServlet

public ViewServlet()
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.