|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectHttpServlet
com.dotmarketing.servlets.image.ResizeImageServlet
public class ResizeImageServlet
This servlet resize an image proportionally without placing that image into a box background. The image generated is with the .png extension
| 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 |
|---|
public ResizeImageServlet()
| Method Detail |
|---|
public void service(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
java.io.IOException
ServletException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||