Class PortletInstancePreferencePluginService
java.lang.Object
io.meeds.layout.service.injection.PortletInstancePreferencePluginService
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
@Service
public class PortletInstancePreferencePluginService
extends Object
implements org.springframework.context.ApplicationContextAware
A class to initialize PortletInstanceService to avoid having cyclic
dependency: PortletInstanceService -> Plugins -> Service Layer Components ->
PortletInstanceService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit()voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)
-
Constructor Details
-
PortletInstancePreferencePluginService
public PortletInstancePreferencePluginService()
-
-
Method Details
-
init
@PostConstruct public void init() -
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-