@Configuration public class ScopedBeansConfiguration extends Object
| Constructor and Description |
|---|
ScopedBeansConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.joinfaces.annotations.ScopedBeansConfiguration.NoScopedBean |
noScopedBean() |
org.joinfaces.annotations.ScopedBeansConfiguration.SessionScopedBean |
sessionScopedBean() |
org.joinfaces.annotations.ScopedBeansConfiguration.ViewScopedBean |
viewScopedBean() |
@Bean @ViewScoped public org.joinfaces.annotations.ScopedBeansConfiguration.ViewScopedBean viewScopedBean()
@Bean @SessionScoped public org.joinfaces.annotations.ScopedBeansConfiguration.SessionScopedBean sessionScopedBean()
@Bean public org.joinfaces.annotations.ScopedBeansConfiguration.NoScopedBean noScopedBean()
Copyright © 2016 JoinFaces. All rights reserved.