Class LazyInitRegistration
java.lang.Object
org.camunda.bpm.spring.boot.starter.webapp.filter.LazyInitRegistration
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
public class LazyInitRegistration
extends Object
implements org.springframework.context.ApplicationContextAware
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static org.springframework.context.ApplicationContext
protected static final Set<LazyDelegateFilter<? extends jakarta.servlet.Filter>>
protected static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static <T extends jakarta.servlet.Filter>
LazyDelegateFilter.InitHook<T>protected void
onContextClosed
(org.springframework.context.event.ContextClosedEvent ev) void
setApplicationContext
(org.springframework.context.ApplicationContext applicationContext)
-
Field Details
-
RESOURCE_LOADER_DEPENDING_INIT_HOOK
- See Also:
-
REGISTRATION
-
APPLICATION_CONTEXT
protected static org.springframework.context.ApplicationContext APPLICATION_CONTEXT
-
-
Constructor Details
-
LazyInitRegistration
public LazyInitRegistration()
-
-
Method Details
-
getInitHook
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
-
onContextClosed
@EventListener protected void onContextClosed(org.springframework.context.event.ContextClosedEvent ev)
-