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.Object
Auto configuration
for Apache MyFaces Tobago.
-
-
Constructor Summary
Constructors Constructor Description TobagoAutoConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebFragmentRegistrationBean
tobagoWebFragmentRegistrationBean()
ThisWebFragmentRegistrationBean
is equivalent to theMETA-INF/web-fragment.xml
of thetobago-core.jar
.
-
-
-
Method Detail
-
tobagoWebFragmentRegistrationBean
@Bean public WebFragmentRegistrationBean tobagoWebFragmentRegistrationBean() throws java.lang.ClassNotFoundException
ThisWebFragmentRegistrationBean
is equivalent to theMETA-INF/web-fragment.xml
of thetobago-core.jar
.- Returns:
- tobagoWebFragmentRegistrationBean
- Throws:
java.lang.ClassNotFoundException
-
-