org.efaps.ui.servlet
Class StaticContentServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.efaps.ui.servlet.StaticContentServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class StaticContentServlet
extends javax.servlet.http.HttpServlet

TODO description

Version:
$Id: StaticContentServlet.java 3447 2009-11-29 22:46:39Z tim.moxter $
Author:
jmox
See Also:
Serialized Form

Constructor Summary
StaticContentServlet()
           
 
Method Summary
protected  void doGet(javax.servlet.http.HttpServletRequest _req, javax.servlet.http.HttpServletResponse _res)
          The method checks the image from the user interface image object out and returns them in a output stream to the web client.
 
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

StaticContentServlet

public StaticContentServlet()
Method Detail

doGet

protected void doGet(javax.servlet.http.HttpServletRequest _req,
                     javax.servlet.http.HttpServletResponse _res)
              throws javax.servlet.ServletException,
                     java.io.IOException
The method checks the image from the user interface image object out and returns them in a output stream to the web client. The name of the user interface image object must given as name at the end of the path.

Overrides:
doGet in class javax.servlet.http.HttpServlet
Parameters:
_req - request variable
_res - response variable
Throws:
javax.servlet.ServletException
java.io.IOException
See Also:
#PARAM_ATTRNAME, #PARAM_OID


Copyright © 2003-2010 The eFaps Team. All Rights Reserved.