Class JsfTomcatLifecycleListener
- java.lang.Object
- 
- org.joinfaces.autoconfigure.tomcat.JsfTomcatLifecycleListener
 
- 
- All Implemented Interfaces:
- LifecycleListener
 
 public class JsfTomcatLifecycleListener extends Object implements LifecycleListener Jsf Tomcat lifecycle listener to add resources to jsf access resources at integration tests or embedded jar.
- 
- 
Constructor SummaryConstructors Constructor Description JsfTomcatLifecycleListener(Context context)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidlifecycleEvent(LifecycleEvent event)
 
- 
- 
- 
Constructor Detail- 
JsfTomcatLifecycleListenerpublic JsfTomcatLifecycleListener(Context context) 
 
- 
 - 
Method Detail- 
lifecycleEventpublic void lifecycleEvent(LifecycleEvent event) - Specified by:
- lifecycleEventin interface- LifecycleListener
 
 
- 
 
-