Class JsfTomcatApplicationListener
- java.lang.Object
-
- org.joinfaces.autoconfigure.tomcat.JsfTomcatApplicationListener
-
- All Implemented Interfaces:
EventListener
,ApplicationListener<ApplicationReadyEvent>
public class JsfTomcatApplicationListener extends 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(Context context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onApplicationEvent(ApplicationReadyEvent event)
-
-
-
Constructor Detail
-
JsfTomcatApplicationListener
public JsfTomcatApplicationListener(Context context)
-
-
Method Detail
-
onApplicationEvent
public void onApplicationEvent(ApplicationReadyEvent event)
- Specified by:
onApplicationEvent
in interfaceApplicationListener<ApplicationReadyEvent>
-
-