Serialized Form
-
Package jp.ecuacion.splib.web.bean
-
Class jp.ecuacion.splib.web.bean.SplibModelAttributes
- serialVersionUID:
- 1L
-
Serialized Fields
-
appCommonModelAttributeMap
Map<String,
Object> appCommonModelAttributeMap Stores app-common modelAttributes which are not supported by the library.You can also set
@ModelAttributeinSystemCommonController, but it's easier to understand by integrating app-common modelAttributes here. -
bodyBgColor
String bodyBgColor
-
bsBgGradient
boolean bsBgGradient
-
bsDarkMode
boolean bsDarkMode
Sets if the dark mode is adapted to the app.It's not yet implemented.
-
navbarBgColor
String navbarBgColor
-
navbarBgColorAccount
String navbarBgColorAccount
-
navbarBgColorAdmin
String navbarBgColorAdmin
-
navbarBgColorPublic
String navbarBgColorPublic
-
showsMessagesLinkedToItemsAtEachField
boolean showsMessagesLinkedToItemsAtEachField
-
showsMessagesLinkedToItemsAtTheTop
boolean showsMessagesLinkedToItemsAtTheTop
-
-
-
Package jp.ecuacion.splib.web.exception
-
Exception Class jp.ecuacion.splib.web.exception.BizLogicRedirectAppException
class BizLogicRedirectAppException extends jp.ecuacion.lib.core.exception.checked.AppException implements Serializable- serialVersionUID:
- 1L
-
Exception Class jp.ecuacion.splib.web.exception.HtmlFileNotAllowedToOpenException
class HtmlFileNotAllowedToOpenException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fileName
String fileName
-
-
Exception Class jp.ecuacion.splib.web.exception.HtmlFileNotFoundException
class HtmlFileNotFoundException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fileName
String fileName
-
-
Exception Class jp.ecuacion.splib.web.exception.WebAppWarningException
class WebAppWarningException extends jp.ecuacion.lib.core.exception.checked.AppWarningException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
buttonIdToPressOnConfirm
String buttonIdToPressOnConfirm
-
-