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 Summary
Constructors Constructor Description JsfTomcatApplicationListener(org.apache.catalina.Context context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onApplicationEvent(org.springframework.boot.context.event.ApplicationReadyEvent event)
-