com.wewebu.ow.server.servlets
Class OwGetContent
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.wewebu.ow.server.servlets.OwAbstractUpload
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
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 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 |
OwGetContent
public OwGetContent()
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 requestresponse_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.