com.wewebu.ow.server.servlets
Class OwGetContent

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.wewebu.ow.server.servlets.OwAbstractUpload
              extended by com.wewebu.ow.server.servlets.OwGetContent
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class OwGetContent
extends OwAbstractUpload

GetContent Servlet to download the content of documents and display them in a client or browser.

Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.

For licensing information read the license.txt file or
go to: http://wiki.alfresco.com

See Also:
Serialized Form

Constructor Summary
OwGetContent()
           
 
Method Summary
 String getServletInfo()
          Returns a short description of the servlet.
protected  void processRequest(javax.servlet.http.HttpServletRequest request_p, javax.servlet.http.HttpServletResponse response_p)
          Processes requests for both HTTP GET and POST methods.
 
Methods inherited from class com.wewebu.ow.server.servlets.OwAbstractUpload
createFileName, doGet, doPost
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, 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

OwGetContent

public OwGetContent()
Method Detail

processRequest

protected void processRequest(javax.servlet.http.HttpServletRequest request_p,
                              javax.servlet.http.HttpServletResponse response_p)
                       throws javax.servlet.ServletException,
                              IOException
Processes requests for both HTTP GET and POST methods.

Specified by:
processRequest in class OwAbstractUpload
Parameters:
request_p - servlet request
response_p - servlet response
Throws:
javax.servlet.ServletException
IOException

getServletInfo

public String getServletInfo()
Returns a short description of the servlet.

Specified by:
getServletInfo in interface javax.servlet.Servlet
Overrides:
getServletInfo in class javax.servlet.GenericServlet


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.