Package org.joinfaces.servlet
package org.joinfaces.servlet
-
ClassDescription
RegistrationBean
forServletContainerInitializer
s.Helper class for Servlet Context Listeners.ThisConfiguration
adds 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.ThisTomcatContextCustomizer
adds 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.ThisUndertowDeploymentInfoCustomizer
adds 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.This class registers listeners to the servlet context, which would normally registered in a tld file.RegistrationBean
forweb-fragment.xml
files.