Class NuxeoCmisBrowserBindingServlet.NuxeoBrowserServiceCall
- java.lang.Object
-
- org.apache.chemistry.opencmis.server.shared.AbstractServiceCall
-
- org.apache.chemistry.opencmis.server.impl.browser.AbstractBrowserServiceCall
-
- org.nuxeo.ecm.core.opencmis.bindings.NuxeoCmisBrowserBindingServlet.NuxeoBrowserServiceCall
-
- All Implemented Interfaces:
org.apache.chemistry.opencmis.server.shared.ServiceCall
- Enclosing class:
- NuxeoCmisBrowserBindingServlet
public static class NuxeoCmisBrowserBindingServlet.NuxeoBrowserServiceCall extends org.apache.chemistry.opencmis.server.impl.browser.AbstractBrowserServiceCall
-
-
Constructor Summary
Constructors Constructor Description NuxeoBrowserServiceCall()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
serve(org.apache.chemistry.opencmis.commons.server.CallContext context, org.apache.chemistry.opencmis.commons.server.CmisService service, String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
Methods inherited from class org.apache.chemistry.opencmis.server.impl.browser.AbstractBrowserServiceCall
compileBaseUrl, compileObjectLocationUrl, compileRepositoryUrl, compileRootUrl, compileTypeLocationUrl, createAddAcl, createContentStream, createCookieValue, createNewProperties, createPolicies, createRemoveAcl, createUpdateProperties, deleteCookie, getCookieName, getPolicyId, getSimpleObject, setCookie, setCookie, setStatus, writeEmpty, writeJSON
-
Methods inherited from class org.apache.chemistry.opencmis.server.shared.AbstractServiceCall
getBigIntegerParameter, getBigIntegerParameter, getBooleanParameter, getBooleanParameter, getDateTimeFormatParameter, getEnumParameter, getStringParameter, sendContentStreamHeaders, stopAfterService, stopBeforeService
-
-
-
-
Method Detail
-
serve
public void serve(org.apache.chemistry.opencmis.commons.server.CallContext context, org.apache.chemistry.opencmis.commons.server.CmisService service, String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
-