Class BrowserBinding
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- org.apache.chemistry.opencmis.server.shared.AbstractCmisHttpServlet
-
- org.apache.chemistry.opencmis.server.impl.browser.CmisBrowserBindingServlet
-
- org.frankframework.extensions.cmis.servlets.BrowserBinding
-
- All Implemented Interfaces:
Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig,DynamicRegistration,DynamicRegistration.Servlet,DynamicRegistration.ServletWithParameters
@IbisInitializer public class BrowserBinding extends org.apache.chemistry.opencmis.server.impl.browser.CmisBrowserBindingServlet implements DynamicRegistration.ServletWithParameters
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.chemistry.opencmis.server.impl.browser.CmisBrowserBindingServlet
org.apache.chemistry.opencmis.server.impl.browser.CmisBrowserBindingServlet.CallUrl
-
Nested classes/interfaces inherited from interface org.frankframework.lifecycle.DynamicRegistration
DynamicRegistration.Servlet, DynamicRegistration.ServletWithParameters
-
-
Field Summary
-
Fields inherited from class org.apache.chemistry.opencmis.server.shared.AbstractCmisHttpServlet
PARAM_CALL_CONTEXT_HANDLER, PARAM_CMIS_VERSION
-
Fields inherited from interface org.frankframework.lifecycle.DynamicRegistration
ALL_IBIS_ROLES, ALL_IBIS_USER_ROLES, IBIS_FULL_SERVICE_ACCESS_ROLES
-
-
Constructor Summary
Constructors Constructor Description BrowserBinding()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getAccessGrantingRoles()Map<String,String>getParameters()StringgetUrlMapping()booleanisEnabled()Disabled by default, set servlet.BrowserBinding.enabled=true to enable this endpoint.-
Methods inherited from class org.apache.chemistry.opencmis.server.impl.browser.CmisBrowserBindingServlet
addRepositoryResource, addRootResource, getErrorCode, init, printError, service
-
Methods inherited from class org.apache.chemistry.opencmis.server.shared.AbstractCmisHttpServlet
checkCsrfToken, createContext, createLogMessage, getCallContextHandler, getCmisVersion, getServiceFactory, loadCallContextHandler, setBinding, setCmisVersion
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
-
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.frankframework.lifecycle.DynamicRegistration
getName, loadOnStartUp
-
-
-
-
Method Detail
-
getUrlMapping
public String getUrlMapping()
- Specified by:
getUrlMappingin interfaceDynamicRegistration.Servlet
-
getParameters
public Map<String,String> getParameters()
- Specified by:
getParametersin interfaceDynamicRegistration.ServletWithParameters
-
getAccessGrantingRoles
public String[] getAccessGrantingRoles()
- Specified by:
getAccessGrantingRolesin interfaceDynamicRegistration.Servlet
-
isEnabled
public boolean isEnabled()
Disabled by default, set servlet.BrowserBinding.enabled=true to enable this endpoint.- Specified by:
isEnabledin interfaceDynamicRegistration.Servlet
-
-