Class JsfTomcatContextCustomizer

  • All Implemented Interfaces:
    org.springframework.boot.web.embedded.tomcat.TomcatContextCustomizer

    public class JsfTomcatContextCustomizer
    extends java.lang.Object
    implements org.springframework.boot.web.embedded.tomcat.TomcatContextCustomizer
    Jsf Tomcat Context customizer to capture context.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void customize​(org.apache.catalina.Context context)  
      org.apache.catalina.Context getContext()  
      • Methods inherited from class java.lang.Object

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

      • JsfTomcatContextCustomizer

        public JsfTomcatContextCustomizer()
    • Method Detail

      • customize

        public void customize​(org.apache.catalina.Context context)
        Specified by:
        customize in interface org.springframework.boot.web.embedded.tomcat.TomcatContextCustomizer
      • getContext

        public org.apache.catalina.Context getContext()