@Configuration @ComponentScan(basePackages="org.osivia.services.calendar.integration.portlet") public class CalendarIntegrationConfiguration extends Object implements org.springframework.web.portlet.context.PortletConfigAware
PortletConfigAware| Constructor and Description |
|---|
CalendarIntegrationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.osivia.portal.api.internationalization.IBundleFactory |
getBundleFactory()
Get internationalization bundle factory.
|
org.springframework.context.support.ResourceBundleMessageSource |
getMessageSource()
Get message source.
|
org.osivia.portal.api.urls.IPortalUrlFactory |
getPortalUrlFactory()
Get portal URL factory.
|
org.springframework.web.servlet.view.InternalResourceViewResolver |
getViewResolver()
Get view resolver.
|
void |
setPortletConfig(javax.portlet.PortletConfig portletConfig) |
public void setPortletConfig(javax.portlet.PortletConfig portletConfig)
setPortletConfig in interface org.springframework.web.portlet.context.PortletConfigAware@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.urls.IPortalUrlFactory getPortalUrlFactory()
Copyright © 2019 OSIVIA. All rights reserved.