Package org.alfresco.opencmis
Class PublicApiCMISHttpServletRequest
- java.lang.Object
-
- org.alfresco.opencmis.CMISHttpServletRequest
-
- org.alfresco.opencmis.PublicApiCMISHttpServletRequest
-
- All Implemented Interfaces:
javax.servlet.http.HttpServletRequest
,javax.servlet.ServletRequest
public class PublicApiCMISHttpServletRequest extends CMISHttpServletRequest
Wraps an OpenCMIS HttpServletRequest, mapping urls and adding servlet attributes specific to the Alfresco implementation of OpenCMIS.
-
-
Field Summary
-
Fields inherited from class org.alfresco.opencmis.CMISHttpServletRequest
baseUrlGenerator, binding, currentDescriptor, httpReq, id, networkId, operation, req, serviceName
-
-
Constructor Summary
Constructors Constructor Description PublicApiCMISHttpServletRequest(org.springframework.extensions.webscripts.WebScriptRequest req, String serviceName, BaseUrlGenerator baseUrlGenerator, CMISDispatcherRegistry.Binding binding, org.alfresco.service.descriptor.Descriptor currentDescriptor, org.alfresco.repo.tenant.TenantAdminService tenantAdminService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addAttributes()
-
Methods inherited from class org.alfresco.opencmis.CMISHttpServletRequest
authenticate, getAsyncContext, getAttribute, getAttributeNames, getAuthType, getCharacterEncoding, getContentLength, getContentType, getContextPath, getCookies, getDateHeader, getDispatcherType, getHeader, getHeaderNames, getHeaders, getInputStream, getIntHeader, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getMethod, getParameter, getParameterMap, getParameterNames, getParameterValues, getPart, getParts, getPathInfo, getPathTranslated, getProtocol, getQueryString, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRemoteUser, getRequestDispatcher, getRequestedSessionId, getRequestURI, getRequestURL, getScheme, getServerName, getServerPort, getServletContext, getServletPath, getSession, getSession, getUserPrincipal, isAsyncStarted, isAsyncSupported, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isSecure, isUserInRole, login, logout, removeAttribute, setAttribute, setCharacterEncoding, startAsync, startAsync
-
-
-
-
Constructor Detail
-
PublicApiCMISHttpServletRequest
public PublicApiCMISHttpServletRequest(org.springframework.extensions.webscripts.WebScriptRequest req, String serviceName, BaseUrlGenerator baseUrlGenerator, CMISDispatcherRegistry.Binding binding, org.alfresco.service.descriptor.Descriptor currentDescriptor, org.alfresco.repo.tenant.TenantAdminService tenantAdminService)
-
-
Method Detail
-
addAttributes
protected void addAttributes()
- Overrides:
addAttributes
in classCMISHttpServletRequest
-
-