Class JsfTomcatApplicationListener
- java.lang.Object
-
- org.joinfaces.autoconfigure.tomcat.JsfTomcatApplicationListener
-
- All Implemented Interfaces:
java.util.EventListener
,ApplicationListener<ApplicationReadyEvent>
public class JsfTomcatApplicationListener extends java.lang.Object implements ApplicationListener<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(ApplicationReadyEvent event)
-
-
-
Method Detail
-
onApplicationEvent
public void onApplicationEvent(ApplicationReadyEvent event)
- Specified by:
onApplicationEvent
in interfaceApplicationListener<ApplicationReadyEvent>
-
-