Class JoinfacesApplicationAnalyzer

  • All Implemented Interfaces:
    java.util.EventListener, org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>

    public class JoinfacesApplicationAnalyzer
    extends java.lang.Object
    implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>
    This class analyzes the SpringApplication and its context.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onApplicationEvent​(org.springframework.boot.context.event.ApplicationStartedEvent event)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JoinfacesApplicationAnalyzer

        public JoinfacesApplicationAnalyzer()
    • Method Detail

      • onApplicationEvent

        public void onApplicationEvent​(org.springframework.boot.context.event.ApplicationStartedEvent event)
        Specified by:
        onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>