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
  • Field Summary

    Fields inherited from class org.apache.chemistry.opencmis.server.impl.browser.AbstractBrowserServiceCall

    HTML_MIME_TYPE, JSON_MIME_TYPE, REPOSITORY_PLACEHOLDER, ROOT_PATH_FRAGMENT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NuxeoBrowserServiceCall

      public NuxeoBrowserServiceCall()
  • Method Details

    • 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)