Package org.joinfaces.servlet
package org.joinfaces.servlet
-
ClassesClassDescriptionServletContainerInitializerRegistrationBean<T extends jakarta.servlet.ServletContainerInitializer>
RegistrationBeanforServletContainerInitializers.This class registers listeners to the servlet context, which would normally registered in a tld file.RegistrationBeanforweb-fragment.xmlfiles.ThisConfigurationadds listeners to the servlet-context in a non-programmatic way, so they aren't affected by the restrictions for programmatically registered listeners of Section 4.4 of the Servlet Specification.ThisTomcatContextCustomizeradds listeners to the servlet-context in a non-programmatic way, so they aren't affected by the restrictions for programmatically registered listeners of Section 4.4 of the Servlet Specification.ThisUndertowDeploymentInfoCustomizeradds listeners to the servlet-context in a non-programmatic way, so they aren't affected by the restrictions for programmatically registered listeners of Section 4.4 of the Servlet Specification.