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
-
showsMessagesLinkedToItemsAtEachItem
boolean showsMessagesLinkedToItemsAtEachItem
-
showsMessagesLinkedToItemsAtTheTop
boolean showsMessagesLinkedToItemsAtTheTop
-
-
-
Package jp.ecuacion.splib.web.exception
-
Exception Class jp.ecuacion.splib.web.exception.RedirectException
class RedirectException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
logLevel
org.slf4j.event.Level logLevel
logLevel to log to file. -
logString
String logString
log message to log to file. -
messageArgs
String[] messageArgs
messageArgs to show message at the redirected page. -
messageId
String messageId
messageId to show message at the redirected page. -
redirectPath
String redirectPath
redirect path.
-
-
Exception Class jp.ecuacion.splib.web.exception.RedirectToHomePageException
class RedirectToHomePageException extends RedirectException implements Serializable- serialVersionUID:
- 1L
-
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
-
-