Class JsfTomcatApplicationListener
- java.lang.Object
- 
- org.joinfaces.autoconfigure.tomcat.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 SummaryConstructors Constructor Description JsfTomcatApplicationListener(org.apache.catalina.Context context)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonApplicationEvent(org.springframework.boot.context.event.ApplicationReadyEvent event)
 
-