com.vistech.net
Class ImageManipInvokerServlet

com.vistech.net.ImageManipInvokerServlet

public class ImageManipInvokerServlet


Field Summary
protected  java.lang.String imageBaseDir
           
 
Constructor Summary
ImageManipInvokerServlet()
           
 
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

ImageManipInvokerServlet

public ImageManipInvokerServlet()
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