@Configuration
@ConditionalOnWebApplication
@ConditionalOnClass(value={javax.faces.context.FacesContext.class,javax.faces.component.UIViewRoot.class})
public class ViewScopeAutoConfiguration
extends java.lang.Object
AutoConfiguration
which registers the ViewScope
scope.Constructor and Description |
---|
ViewScopeAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
static org.springframework.beans.factory.config.CustomScopeConfigurer |
viewScopeConfigurer() |