Uses of Class
org.frankframework.lifecycle.servlets.ServletConfiguration
Packages that use ServletConfiguration
Package
Description
-
Uses of ServletConfiguration in org.frankframework.lifecycle
Methods in org.frankframework.lifecycle that return ServletConfigurationMethods in org.frankframework.lifecycle that return types with arguments of type ServletConfigurationMethods in org.frankframework.lifecycle with parameters of type ServletConfiguration -
Uses of ServletConfiguration in org.frankframework.lifecycle.servlets
Methods in org.frankframework.lifecycle.servlets with parameters of type ServletConfigurationModifier and TypeMethodDescriptionfinal voidAbstractServletAuthenticator.registerServlet(ServletConfiguration config) voidIAuthenticator.registerServlet(ServletConfiguration config) -
Uses of ServletConfiguration in org.frankframework.security.config
Constructors in org.frankframework.security.config with parameters of type ServletConfigurationModifierConstructorDescriptionServletRegistration(Class<T> servletClass, ServletConfiguration config)