Class DefaultConfigurableBrowserModel

java.lang.Object
de.hybris.platform.cockpit.session.impl.AbstractBrowserModel
de.hybris.platform.cockpit.session.impl.DefaultConfigurableBrowserModel
All Implemented Interfaces:
BrowserModel, CockpitListComponent<TypedObject>, ConfigurableBrowserModel, Cloneable
Direct Known Subclasses:
DefaultWidgetBrowserModel

public class DefaultConfigurableBrowserModel extends AbstractBrowserModel implements ConfigurableBrowserModel
Minimalistic browser model which supports view component creation to be (Spring) configured, thus reducing the need to create customized browser models for simple rendering purposes.

This class contains no logic other than that for creating configured view components i.e. no it holds no items etc which is usually the case for browser models.

Note: This class should typically be declared as a Spring bean with prototype scope.