@Configuration @ComponentScan(basePackages="org.osivia.services.editor.link.portlet") public class EditorLinkConfiguration extends Object
| Constructor and Description |
|---|
EditorLinkConfiguration()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.osivia.portal.api.internationalization.IBundleFactory |
getBundleFactory()
Get internationalization bundle factory.
|
fr.toutatice.portail.cms.nuxeo.api.services.dao.DocumentDAO |
getDocumentDao()
Get document DAO.
|
org.springframework.context.support.ResourceBundleMessageSource |
getMessageSource()
Get message source.
|
fr.toutatice.portail.cms.nuxeo.api.services.INuxeoService |
getNuxeoService()
Get Nuxeo service.
|
org.springframework.web.servlet.view.InternalResourceViewResolver |
getViewResolver()
Get view resolver.
|
org.osivia.portal.core.web.IWebIdService |
getWebIdService()
Get webId 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.core.web.IWebIdService getWebIdService()
@Bean public fr.toutatice.portail.cms.nuxeo.api.services.INuxeoService getNuxeoService()
@Bean public fr.toutatice.portail.cms.nuxeo.api.services.dao.DocumentDAO getDocumentDao()
Copyright © 2019 OSIVIA. All rights reserved.