Class TobagoAutoConfiguration
- java.lang.Object
 - 
- org.joinfaces.autoconfigure.tobago.TobagoAutoConfiguration
 
 
- 
@Configuration(proxyBeanMethods=false) @ConditionalOnClass(org.apache.myfaces.tobago.webapp.TobagoServletContextListener.class) @ConditionalOnWebApplication(type=SERVLET) public class TobagoAutoConfiguration extends java.lang.ObjectAuto configurationfor Apache MyFaces Tobago. 
- 
- 
Constructor Summary
Constructors Constructor Description TobagoAutoConfiguration() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebFragmentRegistrationBeantobagoWebFragmentRegistrationBean()ThisWebFragmentRegistrationBeanis equivalent to theMETA-INF/web-fragment.xmlof thetobago-core.jar. 
 - 
 
- 
- 
Method Detail
- 
tobagoWebFragmentRegistrationBean
@Bean public WebFragmentRegistrationBean tobagoWebFragmentRegistrationBean() throws java.lang.ClassNotFoundException
ThisWebFragmentRegistrationBeanis equivalent to theMETA-INF/web-fragment.xmlof thetobago-core.jar.- Returns:
 - tobagoWebFragmentRegistrationBean
 - Throws:
 java.lang.ClassNotFoundException
 
 - 
 
 -