Class LazyInitRegistration

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

    public class LazyInitRegistration
    extends java.lang.Object
    implements org.springframework.context.ApplicationContextAware
    • Field Detail

      • RESOURCE_LOADER_DEPENDING_INIT_HOOK

        protected static final java.lang.String RESOURCE_LOADER_DEPENDING_INIT_HOOK
        See Also:
        Constant Field Values
      • REGISTRATION

        protected static final java.util.Set<LazyDelegateFilter<? extends javax.servlet.Filter>> REGISTRATION
      • APPLICATION_CONTEXT

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

      • LazyInitRegistration

        public LazyInitRegistration()
    • Method Detail

      • 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)