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 Summary
Constructors Constructor Description JsfTomcatLifecycleListener(Context context) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidlifecycleEvent(LifecycleEvent event) 
 - 
 
- 
- 
Constructor Detail
- 
JsfTomcatLifecycleListener
public JsfTomcatLifecycleListener(Context context)
 
 - 
 
- 
Method Detail
- 
lifecycleEvent
public void lifecycleEvent(LifecycleEvent event)
- Specified by:
 lifecycleEventin interfaceLifecycleListener
 
 - 
 
 -