Class DefaultBrowserModelFactory

java.lang.Object
de.hybris.platform.cockpit.model.browser.impl.DefaultBrowserModelFactory
All Implemented Interfaces:
BrowserModelFactory, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class DefaultBrowserModelFactory extends Object implements BrowserModelFactory
  • Constructor Details

    • DefaultBrowserModelFactory

      public DefaultBrowserModelFactory()
  • Method Details

    • createBrowserModel

      public BrowserModel createBrowserModel(String name)
      Specified by:
      createBrowserModel in interface BrowserModelFactory
      Returns:
      browser model assigned to this name or default one if none is found
    • initBrowserModelsMappings

      public void initBrowserModelsMappings()
    • 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