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 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:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException