org.efaps.ui.servlet
Class HelpServlet

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

public class HelpServlet
extends javax.servlet.http.HttpServlet

The servlet shows the help.

Version:
$Id: HelpServlet.java 4775 2010-06-16 21:15:08Z jan.moxter $
Author:
The eFaps Team
See Also:
Serialized Form

Field Summary
static java.lang.String MENU_SESSION_KEY
          Key to store the menu in the session context of the user.
 
Constructor Summary
HelpServlet()
           
 
Method Summary
protected  void doGet(javax.servlet.http.HttpServletRequest _req, javax.servlet.http.HttpServletResponse _res)
          The method checks the file from the 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
 

Field Detail

MENU_SESSION_KEY

public static final java.lang.String MENU_SESSION_KEY
Key to store the menu in the session context of the user.

See Also:
Constant Field Values
Constructor Detail

HelpServlet

public HelpServlet()
Method Detail

doGet

protected void doGet(javax.servlet.http.HttpServletRequest _req,
                     javax.servlet.http.HttpServletResponse _res)
              throws javax.servlet.ServletException
The method checks the file from the object out and returns them in a output stream to the web client. The object id must be given with paramter #PARAM_OID.

Overrides:
doGet in class javax.servlet.http.HttpServlet
Parameters:
_req - request variable
_res - response variable
Throws:
javax.servlet.ServletException - on error


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