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 Details

    • RESOURCE_LOADER_DEPENDING_INIT_HOOK

      protected static final String RESOURCE_LOADER_DEPENDING_INIT_HOOK
      See Also:
    • REGISTRATION

      protected static final Set<LazyDelegateFilter<? extends jakarta.servlet.Filter>> REGISTRATION
    • APPLICATION_CONTEXT

      protected static org.springframework.context.ApplicationContext APPLICATION_CONTEXT
  • Constructor Details

    • LazyInitRegistration

      public LazyInitRegistration()
  • Method Details

    • getInitHook

      protected static <T extends jakarta.servlet.Filter> LazyDelegateFilter.InitHook<T> getInitHook()
    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException
    • onContextClosed

      @EventListener protected void onContextClosed(org.springframework.context.event.ContextClosedEvent ev)