Class AtomPubServletBase
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
org.apache.chemistry.opencmis.server.shared.AbstractCmisHttpServlet
org.apache.chemistry.opencmis.server.impl.atompub.CmisAtomPubServlet
org.frankframework.extensions.cmis.servlets.AtomPubServletBase
- All Implemented Interfaces:
jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,Serializable,DynamicRegistration,DynamicRegistration.Servlet,DynamicRegistration.ServletWithParameters
public abstract class AtomPubServletBase
extends org.apache.chemistry.opencmis.server.impl.atompub.CmisAtomPubServlet
implements DynamicRegistration.ServletWithParameters
It is important that we register the correct (CMIS) CXF bus, or else
JAX-RS (IAF-API / WebServiceListener) won't work properly
- Author:
- Niels Meijer
- See Also:
-
Nested Class Summary
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_VERSIONFields inherited from class jakarta.servlet.http.HttpServlet
LEGACY_DO_HEADFields inherited from interface org.frankframework.lifecycle.DynamicRegistration
ALL_IBIS_ROLES, ALL_IBIS_USER_ROLES, IBIS_FULL_SERVICE_ACCESS_ROLES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]The default authorization roles giving access to theServlet, ornullto disable.protected abstract StringServletspecific init parametersbooleanDisabled by default, set servlet.AtomPub10.enabled=true or servlet.AtomPub11.enabled=true to enable this endpoint.Methods inherited from class org.apache.chemistry.opencmis.server.impl.atompub.CmisAtomPubServlet
addResource, getErrorCode, init, printError, service, writeHtmlErrorPageMethods inherited from class org.apache.chemistry.opencmis.server.shared.AbstractCmisHttpServlet
checkCsrfToken, createContext, createLogMessage, getCallContextHandler, getCmisVersion, getServiceFactory, loadCallContextHandler, setBinding, setCmisVersionMethods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPatch, doPost, doPut, doTrace, getLastModified, isSensitiveHeader, serviceMethods inherited from class jakarta.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, logMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.frankframework.lifecycle.DynamicRegistration
getName, loadOnStartUpMethods inherited from interface org.frankframework.lifecycle.DynamicRegistration.Servlet
getUrlMappingMethods inherited from interface jakarta.servlet.Servlet
destroy, getServletConfig, getServletInfo, init, service
-
Constructor Details
-
AtomPubServletBase
public AtomPubServletBase()
-
-
Method Details
-
getCmisVersionStr
-
getParameters
Description copied from interface:DynamicRegistration.ServletWithParametersServletspecific init parameters- Specified by:
getParametersin interfaceDynamicRegistration.ServletWithParameters
-
getAccessGrantingRoles
Description copied from interface:DynamicRegistration.ServletThe default authorization roles giving access to theServlet, ornullto disable. This value may be overridden by setting propertyservlet.servlet-name.securityRolesto the roles that should be granted access. see ServletManager for more information.- Specified by:
getAccessGrantingRolesin interfaceDynamicRegistration.Servlet
-
isEnabled
public boolean isEnabled()Disabled by default, set servlet.AtomPub10.enabled=true or servlet.AtomPub11.enabled=true to enable this endpoint.- Specified by:
isEnabledin interfaceDynamicRegistration.Servlet
-