net.trajano.twiff.web
Class AttachmentServlet

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

public class AttachmentServlet
extends net.trajano.picoservlet.PicoServlet

Displays byte data stored in the page beans. If there is a token specified as a parameter, it will use the data in the token.

Author:
Archimedes Trajano

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

AttachmentServlet

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