Class SharepointDocumentWorkspaceServlet

Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.liferay.portal.sharepoint.SharepointDocumentWorkspaceServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class SharepointDocumentWorkspaceServlet extends javax.servlet.http.HttpServlet
Author:
Bruno Farache
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    doPost(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
     
    protected void
    getDwsMetaDataResponse(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
     
    protected String
    getResults(javax.servlet.http.HttpServletRequest httpServletRequest)
     

    Methods inherited from class javax.servlet.http.HttpServlet

    doDelete, doGet, doHead, doOptions, 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 Details

    • SharepointDocumentWorkspaceServlet

      public SharepointDocumentWorkspaceServlet()
  • Method Details

    • doPost

      protected void doPost(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
      Overrides:
      doPost in class javax.servlet.http.HttpServlet
    • getDwsMetaDataResponse

      protected void getDwsMetaDataResponse(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws Exception
      Throws:
      Exception
    • getResults

      protected String getResults(javax.servlet.http.HttpServletRequest httpServletRequest) throws Exception
      Throws:
      Exception