@Configuration
@ComponentScan(basePackages={"fr.gouv.education.foad.integrity","org.osivia.services.workspace.portlet","org.osivia.services.workspace.edition.portlet"})
public class Config
extends Object
| Constructor and Description |
|---|
Config() |
| Modifier and Type | Method and Description |
|---|---|
org.osivia.portal.api.internationalization.IBundleFactory |
getBundleFactory()
Get bundle factory.
|
org.springframework.context.support.ResourceBundleMessageSource |
getMessageSource()
Get message source.
|
org.osivia.portal.api.notifications.INotificationsService |
getNotificationService()
Get notifications service.
|
org.osivia.directory.v2.service.PersonUpdateService |
getPersonService()
Get person service.
|
org.springframework.web.servlet.view.InternalResourceViewResolver |
getViewResolver()
Get view resolver.
|
org.osivia.directory.v2.service.WorkspaceService |
getWorkspaceService()
Get workspace service.
|
@Bean public org.springframework.web.servlet.view.InternalResourceViewResolver getViewResolver()
@Bean(name="messageSource") public org.springframework.context.support.ResourceBundleMessageSource getMessageSource()
@Bean public org.osivia.portal.api.internationalization.IBundleFactory getBundleFactory()
@Bean public org.osivia.portal.api.notifications.INotificationsService getNotificationService()
@Bean public org.osivia.directory.v2.service.PersonUpdateService getPersonService()
@Bean public org.osivia.directory.v2.service.WorkspaceService getWorkspaceService()
Copyright © 2021. All rights reserved.