| Package | Description |
|---|---|
| org.molgenis.ui.style | |
| org.molgenis.ui.thememanager |
| Modifier and Type | Method and Description |
|---|---|
Style |
StyleServiceImpl.addStyle(String styleId,
String bootstrap3FileName,
InputStream bootstrap3StyleData,
String bootstrap4FileName,
InputStream bootstrap4StyleData) |
Style |
StyleService.addStyle(String styleId,
String bootstrap3FileName,
InputStream bootstrap3StyleData,
String bootstrap4FileName,
InputStream bootstrap4StyleData)
Add a bootstrap theme
|
String |
ThemeFingerprintRegistry.getFingerprint(String themeUri) |
org.springframework.http.ResponseEntity |
StyleController.getThemeCss(String bootstrapVersion,
String theme,
javax.servlet.http.HttpServletResponse response) |
org.springframework.core.io.FileSystemResource |
StyleServiceImpl.getThemeData(String styleName,
BootstrapVersion bootstrapVersion) |
org.springframework.core.io.FileSystemResource |
StyleService.getThemeData(String styleName,
BootstrapVersion bootstrapVersion)
Get the styleSheet data for a given theme and bootstrap version ( 3 or 4 )
|
| Modifier and Type | Method and Description |
|---|---|
Style |
ThemeManagerController.addBootstrapTheme(org.springframework.web.multipart.MultipartFile bootstrap3Style,
org.springframework.web.multipart.MultipartFile bootstrap4Style)
Add a new bootstrap theme, theme is passed as a bootstrap css file.
|
Copyright © 2017. All rights reserved.