Class TobagoAutoConfiguration


  • @Configuration(proxyBeanMethods=false)
    @ConditionalOnClass(org.apache.myfaces.tobago.webapp.TobagoServletContextListener.class)
    @ConditionalOnWebApplication(type=SERVLET)
    public class TobagoAutoConfiguration
    extends java.lang.Object
    Auto configuration for Apache MyFaces Tobago.
    • Constructor Detail

      • TobagoAutoConfiguration

        public TobagoAutoConfiguration()
    • Method Detail

      • tobagoWebFragmentRegistrationBean

        @Bean
        public WebFragmentRegistrationBean tobagoWebFragmentRegistrationBean()
                                                                      throws java.lang.ClassNotFoundException
        This WebFragmentRegistrationBean is equivalent to the META-INF/web-fragment.xml of the tobago-core.jar.
        Returns:
        tobagoWebFragmentRegistrationBean
        Throws:
        java.lang.ClassNotFoundException