com.vistech.net
Class ImageViewerMainServlet

com.vistech.net.ImageViewerMainServlet

public class ImageViewerMainServlet


Field Summary
protected  java.lang.String imageBaseDir
           
 
Constructor Summary
ImageViewerMainServlet()
           
 
Method Summary
 void doGet(com.vistech.net.HttpServletRequest req, com.vistech.net.HttpServletResponse res)
           
 void doPost(com.vistech.net.HttpServletRequest request, com.vistech.net.HttpServletResponse response)
           
 void init(com.vistech.net.ServletConfig config)
           
 

Field Detail

imageBaseDir

protected java.lang.String imageBaseDir
Constructor Detail

ImageViewerMainServlet

public ImageViewerMainServlet()
Method Detail

init

public void init(com.vistech.net.ServletConfig config)
          throws com.vistech.net.ServletException

doGet

public void doGet(com.vistech.net.HttpServletRequest req,
                  com.vistech.net.HttpServletResponse res)
           throws com.vistech.net.ServletException

doPost

public void doPost(com.vistech.net.HttpServletRequest request,
                   com.vistech.net.HttpServletResponse response)
            throws java.io.IOException,
                   com.vistech.net.ServletException