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 java.lang.StringBEAN_ID
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BrowserModelcreateBrowserModel(java.lang.String name)
-
-
-
Field Detail
-
BEAN_ID
static final java.lang.String BEAN_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
createBrowserModel
BrowserModel createBrowserModel(java.lang.String name)
- Returns:
- browser model assigned to this name or default one if none is found
-
-