Class ServletRegistration<T extends jakarta.servlet.http.HttpServlet>
java.lang.Object
org.springframework.boot.web.servlet.RegistrationBean
org.springframework.boot.web.servlet.DynamicRegistrationBean<jakarta.servlet.ServletRegistration.Dynamic>
org.springframework.boot.web.servlet.ServletRegistrationBean<T>
org.frankframework.security.config.ServletRegistration<T>
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.BeanNameAware
,org.springframework.beans.factory.InitializingBean
,org.springframework.boot.web.servlet.ServletContextInitializer
,org.springframework.context.ApplicationContextAware
,org.springframework.core.Ordered
public class ServletRegistration<T extends jakarta.servlet.http.HttpServlet>
extends org.springframework.boot.web.servlet.ServletRegistrationBean<T>
implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
protected void
configure
(jakarta.servlet.ServletRegistration.Dynamic registration) Methods inherited from class org.springframework.boot.web.servlet.ServletRegistrationBean
addRegistration, addUrlMappings, getDescription, getMultipartConfig, getServlet, getServletName, getUrlMappings, setLoadOnStartup, setMultipartConfig, setServlet, setUrlMappings, toString
Methods inherited from class org.springframework.boot.web.servlet.DynamicRegistrationBean
addInitParameter, getInitParameters, getOrDeduceName, isAsyncSupported, register, setAsyncSupported, setBeanName, setIgnoreRegistrationFailure, setInitParameters, setName
Methods inherited from class org.springframework.boot.web.servlet.RegistrationBean
getOrder, isEnabled, onStartup, setEnabled, setOrder
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContext
-
Constructor Details
-
ServletRegistration
-
-
Method Details
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
-
configure
protected void configure(jakarta.servlet.ServletRegistration.Dynamic registration) - Overrides:
configure
in classorg.springframework.boot.web.servlet.ServletRegistrationBean<T extends jakarta.servlet.http.HttpServlet>
-