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
ConstructorsConstructorDescriptionServletRegistration(Class<T> servletClass, ServletConfiguration config) ServletRegistration(T servlet, ServletConfiguration config) -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected voidconfigure(@NonNull 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, toStringMethods inherited from class org.springframework.boot.web.servlet.DynamicRegistrationBean
addInitParameter, getInitParameters, getOrDeduceName, isAsyncSupported, register, setAsyncSupported, setBeanName, setIgnoreRegistrationFailure, setInitParameters, setNameMethods inherited from class org.springframework.boot.web.servlet.RegistrationBean
getOrder, isEnabled, onStartup, setEnabled, setOrderMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContext
-
Constructor Details
-
ServletRegistration
-
ServletRegistration
-
-
Method Details
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-
configure
protected void configure(@NonNull jakarta.servlet.ServletRegistration.Dynamic registration) - Overrides:
configurein classorg.springframework.boot.web.servlet.ServletRegistrationBean<T extends jakarta.servlet.http.HttpServlet>
-