com.sibvisions.rad.ui.gwt.server
Class ImageServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.sibvisions.rad.ui.gwt.server.ImageServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class ImageServlet
extends HttpServlet

The ImageServlet gives web clients access to the used WebImages.

See Also:
Serialized Form

Constructor Summary
ImageServlet()
           
 
Method Summary
 void doGet(HttpServletRequest pRequest, HttpServletResponse pResponse)
          
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageServlet

public ImageServlet()
Method Detail

doGet

public void doGet(HttpServletRequest pRequest,
                  HttpServletResponse pResponse)
           throws ServletException,
                  IOException

Overrides:
doGet in class HttpServlet
Throws:
ServletException
IOException


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.