Class JsfTomcatApplicationListener

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

    public class JsfTomcatApplicationListener
    extends Object
    implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>
    Jsf Tomcat application listener to add resources to jsf access resources at integration tests or embedded jar.
    • Constructor Detail

      • JsfTomcatApplicationListener

        public JsfTomcatApplicationListener​(org.apache.catalina.Context context)
    • Method Detail

      • onApplicationEvent

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