com.dotmarketing.servlets.image
Class ResizeImageServlet

java.lang.Object
  extended by HttpServlet
      extended by com.dotmarketing.servlets.image.ResizeImageServlet

public class ResizeImageServlet
extends HttpServlet

This servlet resize an image proportionally without placing that image into a box background. The image generated is with the .png extension

Author:
Oswaldo

Constructor Summary
ResizeImageServlet()
           
 
Method Summary
 void service(HttpServletRequest request, HttpServletResponse response)
          resize an image proportionally without placing that image into a box background.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResizeImageServlet

public ResizeImageServlet()
Method Detail

service

public void service(HttpServletRequest request,
                    HttpServletResponse response)
             throws ServletException,
                    java.io.IOException
resize an image proportionally without placing that image into a box background. The image generated is with the .png extension

Throws:
ServletException
java.io.IOException


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.