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
-
Field Summary
Fields inherited from interface de.hybris.platform.cockpit.model.browser.BrowserModelFactory
BEAN_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateBrowserModel(String name) voidvoidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)
-
Constructor Details
-
DefaultBrowserModelFactory
public DefaultBrowserModelFactory()
-
-
Method Details
-
createBrowserModel
- Specified by:
createBrowserModelin interfaceBrowserModelFactory- 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:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-