Package org.frankframework.lifecycle
Interface DynamicRegistration.ServletWithParameters
- All Superinterfaces:
DynamicRegistration,DynamicRegistration.Servlet,jakarta.servlet.Servlet
- All Known Implementing Classes:
AtomPub10,AtomPub11,AtomPubServletBase,BrowserBinding,SoapProviderServlet,WebServices10,WebServices11,WebServicesServletBase
- Enclosing interface:
DynamicRegistration
public static interface DynamicRegistration.ServletWithParameters
extends DynamicRegistration.Servlet
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.frankframework.lifecycle.DynamicRegistration
DynamicRegistration.Servlet, DynamicRegistration.ServletWithParameters -
Field Summary
Fields inherited from interface org.frankframework.lifecycle.DynamicRegistration
ALL_IBIS_ROLES, ALL_IBIS_USER_ROLES, IBIS_FULL_SERVICE_ACCESS_ROLES -
Method Summary
Modifier and TypeMethodDescriptionServletspecific init parametersMethods inherited from interface org.frankframework.lifecycle.DynamicRegistration
getName, loadOnStartUpMethods inherited from interface org.frankframework.lifecycle.DynamicRegistration.Servlet
getAccessGrantingRoles, getUrlMapping, isEnabledMethods inherited from interface jakarta.servlet.Servlet
destroy, getServletConfig, getServletInfo, init, service
-
Method Details
-
getParameters
Servletspecific init parameters
-