Package com.liferay.portal.sharepoint
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 -
Method Summary
Modifier and TypeMethodDescriptionprotected 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
-
Constructor Details
-
SharepointDocumentWorkspaceServlet
public SharepointDocumentWorkspaceServlet()
-
-
Method Details
-
doPost
protected void doPost(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) - Overrides:
doPost
in classjavax.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
-