Interface BrowserModelFactory

All Superinterfaces:
org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.Aware
All Known Implementing Classes:
DefaultBrowserModelFactory

public interface BrowserModelFactory extends org.springframework.context.ApplicationContextAware
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.springframework.context.ApplicationContextAware

    setApplicationContext
  • Field Details

  • Method Details

    • createBrowserModel

      BrowserModel createBrowserModel(String name)
      Returns:
      browser model assigned to this name or default one if none is found