Class TobagoAutoConfiguration
java.lang.Object
org.joinfaces.autoconfigure.tobago.TobagoAutoConfiguration
@AutoConfiguration
@ConditionalOnClass(org.apache.myfaces.tobago.webapp.TobagoServletContextListener.class)
@ConditionalOnWebApplication(type=SERVLET)
public class TobagoAutoConfiguration
extends Object
Auto configuration
for Apache MyFaces Tobago.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThisWebFragmentRegistrationBean
is equivalent to theMETA-INF/web-fragment.xml
of thetobago-core.jar
.
-
Constructor Details
-
TobagoAutoConfiguration
public TobagoAutoConfiguration()
-
-
Method Details
-
tobagoWebFragmentRegistrationBean
@Bean public WebFragmentRegistrationBean tobagoWebFragmentRegistrationBean() throws ClassNotFoundExceptionThisWebFragmentRegistrationBean
is equivalent to theMETA-INF/web-fragment.xml
of thetobago-core.jar
.- Returns:
- tobagoWebFragmentRegistrationBean
- Throws:
ClassNotFoundException
-