org.efaps.ui.servlet
Class CheckoutServlet

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

public class CheckoutServlet
extends javax.servlet.http.HttpServlet

The servlet checks out files from objects.

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

Constructor Summary
CheckoutServlet()
           
 
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
 

Constructor Detail

CheckoutServlet

public CheckoutServlet()
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 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
java.io.IOException
See Also:
#PARAM_ATTRNAME, PARAM_OID


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