Klasse 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.-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThisWebFragmentRegistrationBean
is equivalent to theMETA-INF/web-fragment.xml
of thetobago-core.jar
.
-
Konstruktordetails
-
TobagoAutoConfiguration
public TobagoAutoConfiguration()
-
-
Methodendetails
-
tobagoWebFragmentRegistrationBean
@Bean public WebFragmentRegistrationBean tobagoWebFragmentRegistrationBean() throws ClassNotFoundExceptionThisWebFragmentRegistrationBean
is equivalent to theMETA-INF/web-fragment.xml
of thetobago-core.jar
.- Gibt zurück:
- tobagoWebFragmentRegistrationBean
- Löst aus:
ClassNotFoundException
-