Class JsfTomcatLifecycleListener

  • All Implemented Interfaces:
    org.apache.catalina.LifecycleListener

    public class JsfTomcatLifecycleListener
    extends java.lang.Object
    implements org.apache.catalina.LifecycleListener
    Jsf Tomcat lifecycle listener to add resources to jsf access resources at integration tests or embedded jar.
    See Also:
    TomcatServletWebServerFactory.StaticResourceConfigurer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void lifecycleEvent​(org.apache.catalina.LifecycleEvent event)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JsfTomcatLifecycleListener

        public JsfTomcatLifecycleListener​(org.apache.catalina.Context context)
    • Method Detail

      • lifecycleEvent

        public void lifecycleEvent​(org.apache.catalina.LifecycleEvent event)
        Specified by:
        lifecycleEvent in interface org.apache.catalina.LifecycleListener