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