Class ApplicationContextProvider

java.lang.Object
net.binis.codegen.spring.component.ApplicationContextProvider
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@Component("applicationContextProvider")
public class ApplicationContextProvider
extends Object
implements org.springframework.context.ApplicationContextAware
  • Constructor Details

  • Method Details

    • getApplicationContext

      public static org.springframework.context.ApplicationContext getApplicationContext()
    • setAppContext

      public static void setAppContext​(org.springframework.context.ApplicationContext ctx)
    • setApplicationContext

      public void setApplicationContext​(org.springframework.context.ApplicationContext ctx)
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware