Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ACCOUNT - Enum constant in enum class jp.ecuacion.splib.web.util.SplibUtil.LoginStateEnum
- ACCOUNT_FULL_ACCESS - Static variable in class jp.ecuacion.splib.web.config.SplibWebSecurityConfig
-
Defines the string for the role "ACCOUNT_FULL_ACCESS".
- action() - Method in class jp.ecuacion.splib.web.controller.SplibErrorController
-
Shows the next screen specified in properties file with key
jp.ecuacion.splib.web.system-error.go-to-pathwhen the button on system error screen is pressed. - add(HtmlItem.HtmlItemCondition<T>) - Method in class jp.ecuacion.splib.web.bean.HtmlItem.HtmlItemConditionContainer
-
adds condition.
- addAllToModel(Model) - Method in class jp.ecuacion.splib.web.bean.SplibModelAttributes
-
Adds all attributes to the argument model.
- addAppCommonModelAttribute(String, Object) - Method in class jp.ecuacion.splib.web.bean.SplibModelAttributes
-
Adds model attributes.
- addParamToParamListOnRedirectToSelf(String) - Method in class jp.ecuacion.splib.web.controller.SplibGeneralController
-
Adds html parameter with no value when the request redirects to the same page.
- addParamToParamListOnRedirectToSelf(String, String) - Method in class jp.ecuacion.splib.web.controller.SplibGeneralController
-
Adds html parameter when the request redirects to the same page.
- ADMIN - Enum constant in enum class jp.ecuacion.splib.web.util.SplibUtil.LoginStateEnum
- ADMIN_FULL_ACCESS - Static variable in class jp.ecuacion.splib.web.config.SplibWebSecurityConfigForAdmin
-
Defines the string for the role "ACCOUNT_FULL_ACCESS".
- AdminLoginController - Class in jp.ecuacion.splib.web.controller
-
Provides controller for admin login.
- AdminLoginController() - Constructor for class jp.ecuacion.splib.web.controller.AdminLoginController
-
Constructs a new instance.
- AdminLoginForm - Class in jp.ecuacion.splib.web.form
-
Stores data for adminLogin.
- AdminLoginForm() - Constructor for class jp.ecuacion.splib.web.form.AdminLoginForm
- AUTHORITY - Enum constant in enum class jp.ecuacion.splib.web.bean.HtmlItem.HtmlItemConditionKeyEnum
B
- back(F, BindingResult, Model) - Method in class jp.ecuacion.splib.web.controller.SplibEditController
-
Returns the prior page.
- bindingResult() - Method in class jp.ecuacion.splib.web.form.SplibGeneralForm.PrepareSettings
-
Returns bindingResult.
- BizLogicRedirectAppException - Exception Class in jp.ecuacion.splib.web.exception
-
Is an exception extending
BizLogicAppException. - BizLogicRedirectAppException(String, String, String...) - Constructor for exception class jp.ecuacion.splib.web.exception.BizLogicRedirectAppException
-
Constructs a new instance.
- buttonIdToPressOnConfirm() - Method in exception class jp.ecuacion.splib.web.exception.WebAppWarningException
-
Returns buttonIdToPressOnConfirm.
- buttonIdToPressOnConfirm(String) - Method in exception class jp.ecuacion.splib.web.exception.WebAppWarningException
-
Sets buttonIdToPressOnConfirm.
C
- cols(String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafOptionUtil
-
Returns cols with default value 1.
- ConfigController - Class in jp.ecuacion.splib.web.controller
-
Shows the prepared ecuacion config page.
- ConfigController() - Constructor for class jp.ecuacion.splib.web.controller.ConfigController
-
Constructs a new instance.
- ConfigForm - Class in jp.ecuacion.splib.web.form
-
Stores data for config.
- ConfigForm() - Constructor for class jp.ecuacion.splib.web.form.ConfigForm
- ConfigRecord - Class in jp.ecuacion.splib.web.form.record
-
Is a record for configController.
- ConfigRecord() - Constructor for class jp.ecuacion.splib.web.form.record.ConfigRecord
- confirmedWarnings - Variable in class jp.ecuacion.splib.web.form.SplibGeneralForm
-
warningを返した際に、それに対してOKした場合は、OKしたという履歴を残さないとまた再度同じチェックに引っかかりワーニングを出してしまう。
- containsConfirmedWarning(String) - Method in class jp.ecuacion.splib.web.form.SplibGeneralForm
-
Returns boolean whether specified messageId is contained.
- context - Variable in class jp.ecuacion.splib.web.controller.SplibGeneralController
-
Stores
ControllerContext.
D
- dataKind - Variable in class jp.ecuacion.splib.web.form.SplibGeneralForm
-
一つの機能の実装を複数メニューで使い回す場合に使用するメニュー名.
- delete(FLT, UserDetails) - Method in class jp.ecuacion.splib.web.service.SplibSearchListService
-
Deletes the record.
- delete(Model, FST, FLT, UserDetails) - Method in class jp.ecuacion.splib.web.controller.SplibSearchListController
-
Deletes the specified record.
- direction - Variable in class jp.ecuacion.splib.web.form.SplibSearchForm
- DIRECTION_ASC - Static variable in class jp.ecuacion.splib.web.form.SplibSearchForm
- DIRECTION_DESC - Static variable in class jp.ecuacion.splib.web.form.SplibSearchForm
E
- ECUACION_PUBLIC - Enum constant in enum class jp.ecuacion.splib.web.util.SplibUtil.LoginStateEnum
-
It's the path for common for ecuacion libraries like config.
- edit(F, UserDetails) - Method in class jp.ecuacion.splib.web.service.SplibEditService
-
Edits (=inserts or updates) the data.
- edit(F, BindingResult, Model, UserDetails) - Method in class jp.ecuacion.splib.web.controller.SplibEditController
-
Edits (= inserts or updates) specified record.
- errorHtml(HttpServletRequest, HttpServletResponse, Model) - Method in class jp.ecuacion.splib.web.controller.SplibErrorController
-
Catches the error by redirecting /public/error and returns the error page.
- EXACT - Enum constant in enum class jp.ecuacion.splib.web.form.record.StringMatchingConditionBean.StringMatchingPatternEnum
- executeForAccount(SplibRecord) - Method in class jp.ecuacion.splib.web.advice.SplibDataStoreDependentControllerAdvice
-
Additional procedure for admin accounts can be define by overriding the method.
- executeForAdminAccount(SplibRecord) - Method in class jp.ecuacion.splib.web.advice.SplibDataStoreDependentControllerAdvice
-
Additional procedure for general accounts can be define by overriding the method.
- executeForAll() - Method in class jp.ecuacion.splib.web.advice.SplibDataStoreDependentControllerAdvice
-
Additional procedure for both general accounts and admin accounts can be define by overriding the method.
F
- function() - Method in class jp.ecuacion.splib.web.controller.SplibGeneralController.ControllerContext
-
Returns a name that describes its functionality.
- function(String) - Method in class jp.ecuacion.splib.web.controller.SplibGeneralController.ControllerContext
-
Stores
functionand returnsControllerContext. - functionKinds() - Method in class jp.ecuacion.splib.web.controller.SplibGeneralController.ControllerContext
-
Returns
functionKinds. - functionKinds(String...) - Method in class jp.ecuacion.splib.web.controller.SplibGeneralController.ControllerContext
-
Stores
functionKindand returnsControllerContext.
G
- get(String) - Method in class jp.ecuacion.splib.web.form.SplibGeneralForm
-
Obtains record.
- get(String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafPropertiesUtil
-
Returns value from id.
- get(Locale, String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafMessageUtil
-
Gets message or itemName from the specified id.
- getAccessDeniedPage() - Method in class jp.ecuacion.splib.web.config.SplibWebSecurityConfig
-
Returns the url when the access denied page is accessed.
- getAccessDeniedPage() - Method in class jp.ecuacion.splib.web.config.SplibWebSecurityConfigForAdmin
-
Returns the url when the access denied page is accessed.
- getAdminLogin() - Method in class jp.ecuacion.splib.web.form.AdminLoginForm
- getAdminLoginAcc(UserDetails) - Method in class jp.ecuacion.splib.web.service.SplibDataStoreDependentControllerAdviceService
-
Obtains logged-in admin account in
SplibRecorddata type fromUserDetailsdata type. - getAppCommonModelAttributeMap() - Method in class jp.ecuacion.splib.web.bean.SplibModelAttributes
- getAppVersion() - Method in class jp.ecuacion.splib.web.form.record.ConfigRecord
- getAuthorityInfo() - Method in class jp.ecuacion.splib.web.config.SplibWebSecurityConfig
-
Returns the authority list of
AuthorizationBean. - getAuthorityInfo() - Method in class jp.ecuacion.splib.web.config.SplibWebSecurityConfigForAdmin
-
Returns the authority list of
AuthorizationBean. - getAuthorityList() - Method in class jp.ecuacion.splib.web.util.SplibSecurityUtil.RolesAndAuthoritiesBean
- getBodyBgColor() - Method in class jp.ecuacion.splib.web.bean.SplibModelAttributes
- getBsBgGradient() - Method in class jp.ecuacion.splib.web.bean.SplibModelAttributes
- getBsDarkMode() - Method in class jp.ecuacion.splib.web.bean.SplibModelAttributes
- getButtonName() - Method in class jp.ecuacion.splib.web.bean.MessagesBean.WarnMessageBean
- getCode() - Method in enum class jp.ecuacion.splib.web.util.SplibUtil.LoginStateEnum
- getCodeGeneratorVersion() - Method in class jp.ecuacion.splib.web.form.record.ConfigRecord
- getConditionKey() - Method in class jp.ecuacion.splib.web.bean.HtmlItem.HtmlItemCondition
- getConditionValue() - Method in class jp.ecuacion.splib.web.bean.HtmlItem.HtmlItemCondition
- getConfig() - Method in class jp.ecuacion.splib.web.form.ConfigForm
- getConfirmedWarningMessageSet() - Method in class jp.ecuacion.splib.web.form.SplibGeneralForm
-
Returns already confirmed message ID set.
- getConfirmedWarnings() - Method in class jp.ecuacion.splib.web.form.SplibGeneralForm
- getController() - Method in class jp.ecuacion.splib.web.exceptionhandler.SplibExceptionHandler
-
Returns the controller from which the exception throws.
- getControllerContext() - Method in class jp.ecuacion.splib.web.form.SplibGeneralForm
- getDataKind() - Method in class jp.ecuacion.splib.web.form.SplibGeneralForm
- getDefaultDestPageOnAbnormalEnd() - Method in class jp.ecuacion.splib.web.controller.SplibGeneralController
-
Provides the default
pagevalue as the part of the redirecting URL after the server procedure finished with error. - getDefaultDestPageOnNormalEnd() - Method in class jp.ecuacion.splib.web.controller.SplibGeneralController
-
Provides the default
subFunctionvalue as the part of the redirecting URL after the server procedure finished successfully. - getDefaultDestSubFunctionOnAbnormalEnd() - Method in class jp.ecuacion.splib.web.controller.SplibGeneralController
-
Provides the default
subFunctionvalue as the part of the redirecting URL after the server procedure finished with error. - getDefaultDestSubFunctionOnNormalEnd() - Method in class jp.ecuacion.splib.web.controller.SplibEditController
-
Specifies return value which depends on the value of
PageTemplatePatternEnum. - getDefaultDestSubFunctionOnNormalEnd() - Method in class jp.ecuacion.splib.web.controller.SplibGeneralController
-
Provides the default
subFunctionvalue as the part of the redirecting URL after the server procedure finished successfully. - getDefaultDestSubFunctionOnNormalEnd() - Method in class jp.ecuacion.splib.web.controller.SplibSearchListController
- getDefaultDirection() - Method in class jp.ecuacion.splib.web.form.SplibSearchForm
-
こちらはdefaultで設定をしておくが個別form毎に変更が可能.
- getDefaultHtmlPageName() - Method in class jp.ecuacion.splib.web.controller.SplibGeneralController
-
Returns default html filename corresponding to the controller.
- getDefaultSortItem() - Method in class jp.ecuacion.splib.web.form.SplibSearchForm
-
Gets getDefaultSortItem.
- getDefaultSuccessUrl() - Method in class jp.ecuacion.splib.web.config.SplibWebSecurityConfig
-
Returns the url when the login procedure successfully ended.
- getDefaultSuccessUrl() - Method in class jp.ecuacion.splib.web.config.SplibWebSecurityConfigForAdmin
-
Returns the url when the login procedure successfully ended.
- getDefaultValue() - Method in class jp.ecuacion.splib.web.bean.HtmlItem.HtmlItemConditionContainer
- getDeleteConfirmMessage(String, String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafOptionUtil
-
Provides message string shown when the delete button pressed.
- getDirection() - Method in class jp.ecuacion.splib.web.form.SplibSearchForm
- getDirectionEnum() - Method in class jp.ecuacion.splib.web.form.SplibSearchForm
- getDisplayName(String, String) - Method in interface jp.ecuacion.splib.web.form.record.RecordInterface
-
labelFieldNameを返す.
- getDisplayString() - Method in class jp.ecuacion.splib.web.form.PagerInfo
- getErrorMessages() - Method in class jp.ecuacion.splib.web.bean.MessagesBean
-
Obtains all the errors.
- getErrorMessages(String) - Method in class jp.ecuacion.splib.web.bean.MessagesBean
-
Obtains all the messages related to the specified itemKindId.
- getErrorMessagesLinkedToItems() - Method in class jp.ecuacion.splib.web.bean.MessagesBean
-
Obtains all the messages with itemKindId specified.
- getErrorMessagesNotLinkedToItems() - Method in class jp.ecuacion.splib.web.bean.MessagesBean
-
Obtains all the messages without itemKindId specified.
- getExcelTemplateVersion() - Method in class jp.ecuacion.splib.web.form.record.ConfigRecord
- getFileName() - Method in exception class jp.ecuacion.splib.web.exception.HtmlFileNotAllowedToOpenException
- getFileName() - Method in exception class jp.ecuacion.splib.web.exception.HtmlFileNotFoundException
- getFilteredList(List<? extends SplibRecord>, SplibSearchForm) - Method in class jp.ecuacion.splib.web.service.SplibSearchListService
-
Filters list.
- getFunction() - Method in class jp.ecuacion.splib.web.controller.SplibGeneralController
- getFunctionKinds() - Method in class jp.ecuacion.splib.web.controller.SplibGeneralController
- getGoToPage() - Method in class jp.ecuacion.splib.web.form.PagerInfo
- getGroupId(SplibRecord) - Method in class jp.ecuacion.splib.web.service.SplibDataStoreDependentControllerAdviceService
-
Obtains group ID from logged-in account in
SplibRecorddata type. - getHtmlItem(HtmlItem[], String, String) - Method in class jp.ecuacion.splib.web.util.SplibRecordUtil
-
Returns
HtmlItemfromHtmlItem[]andfieldId. - getHtmlItem(SplibGeneralForm[], String, String) - Method in class jp.ecuacion.splib.web.util.SplibRecordUtil
-
Returns
HtmlItemfromSplibGeneralForm,rootRecordIdandfieldId. - getHtmlItem(SplibGeneralForm, String, String) - Method in class jp.ecuacion.splib.web.util.SplibRecordUtil
-
Returns
HtmlItemfromSplibGeneralForm,rootRecordIdandfieldId. - getHtmlItems() - Method in class jp.ecuacion.splib.web.form.record.ConfigRecord
- getHtmlItems() - Method in class jp.ecuacion.splib.web.form.record.LoginRecord
- getHtmlItems() - Method in interface jp.ecuacion.splib.web.form.record.RecordInterface
-
Returns HtmlItem.
- getInsertPage(F, UserDetails) - Method in class jp.ecuacion.splib.web.service.SplibEditService
-
Shows insert page.
- getIsNotEmpty(String, SplibSecurityUtil.RolesAndAuthoritiesBean) - Method in class jp.ecuacion.splib.web.bean.HtmlItem
-
Obtains isNotEmpty.
- getItemKindIdField() - Method in class jp.ecuacion.splib.web.bean.HtmlItem
- getItemKindIdFieldForName() - Method in class jp.ecuacion.splib.web.bean.HtmlItem
-
Returns
itemKindIdFieldForNamevalue. - getItemPropertyPaths() - Method in exception class jp.ecuacion.splib.web.exception.WebAppWarningException
- getLinesInScreen() - Method in class jp.ecuacion.splib.web.form.SplibSearchForm
-
Is used for search result records display like "6-10 / 15".
- getLinkUrl(String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafOptionUtil
-
Returns linkUrl.
- getLogin() - Method in class jp.ecuacion.splib.web.form.LoginForm
- getLoginAcc(UserDetails) - Method in class jp.ecuacion.splib.web.service.SplibDataStoreDependentControllerAdviceService
-
Obtains logged-in account in
SplibRecorddata type fromUserDetailsdata type. - getLoginNeededPage() - Method in class jp.ecuacion.splib.web.config.SplibWebSecurityConfig
-
Returns the url when the login needed page when there is no logged in account in the session.
- getLoginNeededPage() - Method in class jp.ecuacion.splib.web.config.SplibWebSecurityConfigForAdmin
-
Returns the url when the login needed page when there is no logged in account in the session.
- getLoginState() - Method in class jp.ecuacion.splib.web.util.SplibUtil
-
Gets loginState.
- getMessage() - Method in class jp.ecuacion.splib.web.bean.MessagesBean.WarnMessageBean
- getMessageArgs() - Method in exception class jp.ecuacion.splib.web.exception.BizLogicRedirectAppException
- getMessageId() - Method in class jp.ecuacion.splib.web.bean.MessagesBean.WarnMessageBean
- getMessageId() - Method in exception class jp.ecuacion.splib.web.exception.BizLogicRedirectAppException
- getNavbarBgColor() - Method in class jp.ecuacion.splib.web.bean.SplibModelAttributes
- getNavbarBgColorAccount() - Method in class jp.ecuacion.splib.web.bean.SplibModelAttributes
- getNavbarBgColorAdmin() - Method in class jp.ecuacion.splib.web.bean.SplibModelAttributes
- getNavbarBgColorPublic() - Method in class jp.ecuacion.splib.web.bean.SplibModelAttributes
- getNeedsCommas() - Method in class jp.ecuacion.splib.web.bean.HtmlItemNumber
- getNeedsSuccessMessage() - Method in class jp.ecuacion.splib.web.bean.MessagesBean
- getNotEmptyFields(String, SplibSecurityUtil.RolesAndAuthoritiesBean) - Method in interface jp.ecuacion.splib.web.form.record.RecordInterface
-
Obtrains NotEmpty fields.
- getNumberOfRecords() - Method in class jp.ecuacion.splib.web.form.SplibSearchForm
-
値のセットはsetNumberOfRecordsAndAdjustCurrentPageNumger()を使用する前提であり、 これでない方法でnumberOfRecordsを設定すると処理が正しく動かないためあえて通常のsetterは削除した.
- getPage() - Method in class jp.ecuacion.splib.web.form.SplibSearchForm
- getPageRequest() - Method in class jp.ecuacion.splib.web.form.SplibSearchForm
- getPagerInfoList(Locale) - Method in class jp.ecuacion.splib.web.form.SplibSearchForm
-
pagerを作成するためのPagerInfoのリストを生成.
- getParamListOnRedirectToSelf() - Method in class jp.ecuacion.splib.web.controller.SplibGeneralController
- getParams() - Method in class jp.ecuacion.splib.web.service.SplibGeneralService
-
Obtains
DatetimeFormatParametersinstance. - getParams(HttpServletRequest) - Method in class jp.ecuacion.splib.web.util.SplibUtil
-
Returns DatetimeFormatParameters.
- getPassword() - Method in class jp.ecuacion.splib.web.form.record.LoginRecord
- getPrepareSettings() - Method in class jp.ecuacion.splib.web.form.SplibGeneralForm
- getProperSearchForm(Model, FST) - Method in class jp.ecuacion.splib.web.controller.SplibSearchListController
-
Returns proper search form.
- getPropertyPath() - Method in class jp.ecuacion.splib.web.bean.HtmlItem
- getRecList() - Method in class jp.ecuacion.splib.web.form.SplibListForm
- getRecordsInScreen() - Method in class jp.ecuacion.splib.web.form.SplibSearchForm
- getRedirectPath() - Method in exception class jp.ecuacion.splib.web.exception.BizLogicRedirectAppException
- getRedirectUrlOnAppExceptionBean() - Method in class jp.ecuacion.splib.web.controller.SplibGeneralController
- getRedirectUrlOnSuccess() - Method in class jp.ecuacion.splib.web.controller.SplibGeneralController
-
Returns the redirect URL which redirects to the same page with success message.
- getRoleInfo() - Method in class jp.ecuacion.splib.web.config.SplibWebSecurityConfig
-
Returns the role list of
AuthorizationBean. - getRoleInfo() - Method in class jp.ecuacion.splib.web.config.SplibWebSecurityConfigForAdmin
-
Returns the role list of
AuthorizationBean. - getRoleList() - Method in class jp.ecuacion.splib.web.util.SplibSecurityUtil.RolesAndAuthoritiesBean
- getRolesAndAuthoritiesBean() - Method in class jp.ecuacion.splib.web.util.SplibSecurityUtil
-
Returns a new instance with no roles or authorities.
- getRolesAndAuthoritiesBean(String) - Method in class jp.ecuacion.splib.web.util.SplibSecurityUtil
-
Returns bean from #authentication.principal.authorities in thymeleaf.
- getRolesAndAuthoritiesBean(UserDetails) - Method in class jp.ecuacion.splib.web.util.SplibSecurityUtil
-
Returns RolesAndAuthoritiesBean from userDetails.
- getRootRecord(Field) - Method in class jp.ecuacion.splib.web.form.SplibGeneralForm
-
Gets root record.
- getRootRecord(String) - Method in class jp.ecuacion.splib.web.form.SplibGeneralForm
-
Gets root record.
- getRootRecordFields() - Method in class jp.ecuacion.splib.web.form.SplibGeneralForm
-
form配下に存在するrecordを全て取得。
- getRootRecordName() - Method in class jp.ecuacion.splib.web.controller.SplibGeneralController
- getSearchPatternComment(Locale, String) - Method in interface jp.ecuacion.splib.web.form.record.SearchRecordInterface
-
Gets SearchPatternComment.
- getSearchPatterns() - Method in interface jp.ecuacion.splib.web.form.record.SearchRecordInterface
-
項目ごとのsearch patternを返す。
- getService() - Method in class jp.ecuacion.splib.web.controller.SplibGeneralController
-
Returns a service instance.
- getSortedList(List<? extends SplibRecord>, SplibSearchForm) - Method in class jp.ecuacion.splib.web.service.SplibSearchListService
-
Sorts the list.
- getSortedList(List<? extends SplibRecord>, SplibSearchForm, String[]) - Method in class jp.ecuacion.splib.web.service.SplibSearchListService
-
Sorts the list.
- getSortItem() - Method in class jp.ecuacion.splib.web.form.SplibSearchForm
- getSortItemWithDefault() - Method in class jp.ecuacion.splib.web.form.SplibSearchForm
-
Gets SortItemWithDefault.
- getStatus() - Method in class jp.ecuacion.splib.web.form.PagerInfo
- getStringSearchPatternEnum() - Method in class jp.ecuacion.splib.web.bean.HtmlItemString
- getStringSearchPatternEnum() - Method in class jp.ecuacion.splib.web.form.record.StringMatchingConditionBean
- getSubFunction() - Method in class jp.ecuacion.splib.web.controller.SplibGeneralController
- getUpdatePage(F, UserDetails) - Method in class jp.ecuacion.splib.web.service.SplibEditService
-
Shows update page.
- getUrl() - Method in class jp.ecuacion.splib.web.bean.ReturnUrlBean
-
Returns the URL.
- getUsername() - Method in class jp.ecuacion.splib.web.form.record.LoginRecord
- getValue() - Method in class jp.ecuacion.splib.web.bean.HtmlItem.HtmlItemCondition
- getValue(String, String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafOptionUtil
-
Returns value obtained from the key.
- getValue(String, SplibSecurityUtil.RolesAndAuthoritiesBean) - Method in class jp.ecuacion.splib.web.bean.HtmlItem.HtmlItemConditionContainer
-
Returns value.
- getWarnMessage() - Method in class jp.ecuacion.splib.web.bean.MessagesBean
H
- handleAppException(AppException, UserDetails) - Method in class jp.ecuacion.splib.web.exceptionhandler.SplibExceptionHandler
-
Catches
AppException. - handleAppWarningException(WebAppWarningException, UserDetails) - Method in class jp.ecuacion.splib.web.exceptionhandler.SplibExceptionHandler
-
Catches
AppWarningException. - handleHtmlFileNotAllowedToOpenException(HtmlFileNotAllowedToOpenException) - Method in class jp.ecuacion.splib.web.exceptionhandler.SplibExceptionHandler
-
Catches
HtmlFileNotAllowedToOpenException, which meansShowPageControllernotices the html file doesn't have the needed option at the html tag. - handleHtmlFileNotFoundException(HtmlFileNotFoundException) - Method in class jp.ecuacion.splib.web.exceptionhandler.SplibExceptionHandler
-
Catches
HtmlFileNotFoundException, which meansShowPageControllercannot find the html file specified to the parameter of the url. - handleHttpRequestMethodNotSupportedException(HttpRequestMethodNotSupportedException) - Method in class jp.ecuacion.splib.web.exceptionhandler.SplibExceptionHandler
-
Catches
HttpRequestMethodNotSupportedException, which means HTTP response 403. - handleNoResourceFoundException(NoResourceFoundException) - Method in class jp.ecuacion.splib.web.exceptionhandler.SplibExceptionHandler
-
Catches
NoResourceFoundException, which means HTTP response 404. - handleOptimisticLockingFailureException(OverlappingFileLockException, UserDetails) - Method in class jp.ecuacion.splib.web.exceptionhandler.SplibExceptionHandler
-
Catches
OverlappingFileLockException. - handleThrowable(Throwable, Model) - Method in class jp.ecuacion.splib.web.exceptionhandler.SplibExceptionHandler
-
Catches
Throwable. - hasKey(String, String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafOptionUtil
-
Returns if specified key exists in options.
- hasLinkUrl(String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafOptionUtil
-
Returns whether the options contain linkUrl.
- hasNotEmptyError(String, SplibSecurityUtil.RolesAndAuthoritiesBean) - Method in class jp.ecuacion.splib.web.form.SplibGeneralForm
-
Has a notEmpty error.
- hasThSortable(String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafOptionUtil
-
Returns whether the options contain thSortable.
- htmlFilenamePostfix() - Method in class jp.ecuacion.splib.web.controller.SplibGeneralController.ControllerContext
-
Returns a html filename linked to the controller.
- htmlFilenamePostfix(String) - Method in class jp.ecuacion.splib.web.controller.SplibGeneralController.ControllerContext
-
Stores
htmlFilenamePostfixand returnsControllerContext. - HtmlFileNotAllowedToOpenException - Exception Class in jp.ecuacion.splib.web.exception
-
Notices that the html page file specified by url parameter does not have the needed option at the html tqg.
- HtmlFileNotAllowedToOpenException(String) - Constructor for exception class jp.ecuacion.splib.web.exception.HtmlFileNotAllowedToOpenException
-
Constructs a new instance.
- HtmlFileNotFoundException - Exception Class in jp.ecuacion.splib.web.exception
-
Notices that the html page file specified by url parameter does not exist.
- HtmlFileNotFoundException(String) - Constructor for exception class jp.ecuacion.splib.web.exception.HtmlFileNotFoundException
-
Constructs a new instance.
- HtmlItem - Class in jp.ecuacion.splib.web.bean
-
Stores attributes of each html component which controls the behaviors of it in html pages.
- HtmlItem(String) - Constructor for class jp.ecuacion.splib.web.bean.HtmlItem
-
Constructs a new instance with
ID. - HtmlItem.HtmlItemCondition<T> - Class in jp.ecuacion.splib.web.bean
-
Stores one HtmlItem condition.
- HtmlItem.HtmlItemConditionContainer<T> - Class in jp.ecuacion.splib.web.bean
-
Stores multiple HtmlItem conditions.
- HtmlItem.HtmlItemConditionKeyEnum - Enum Class in jp.ecuacion.splib.web.bean
-
Is the condition which decides isNotEmpty or not.
- HtmlItemCondition(HtmlItem.HtmlItemConditionKeyEnum, String, T) - Constructor for class jp.ecuacion.splib.web.bean.HtmlItem.HtmlItemCondition
-
Constructs a new instance.
- HtmlItemConditionContainer(T) - Constructor for class jp.ecuacion.splib.web.bean.HtmlItem.HtmlItemConditionContainer
-
Returns the defaultValue.
- HtmlItemNumber - Class in jp.ecuacion.splib.web.bean
-
Is used for number field.
- HtmlItemNumber(String) - Constructor for class jp.ecuacion.splib.web.bean.HtmlItemNumber
-
Constructs a new instance.
- HtmlItemString - Class in jp.ecuacion.splib.web.bean
-
Is used for string field.
- HtmlItemString(String) - Constructor for class jp.ecuacion.splib.web.bean.HtmlItemString
-
Constructs a new instance.
I
- initBinder(WebDataBinder) - Method in class jp.ecuacion.splib.web.controller.SplibBaseController
-
Provides the feature that the items in a request parameter changes all at once.
- isDeleted(String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafOptionUtil
-
Returns whether the options contain deleted.
- isDisabled() - Method in class jp.ecuacion.splib.web.form.PagerInfo
- isDisabled(String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafOptionUtil
-
Returns whether the options contain disabled.
- isForSwitch(String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafOptionUtil
-
Returns whether the options contain forSwitch.
- isForward() - Method in class jp.ecuacion.splib.web.bean.ReturnUrlBean
- isIgnoresCase() - Method in class jp.ecuacion.splib.web.bean.HtmlItemString
- isIgnoresCase() - Method in class jp.ecuacion.splib.web.form.record.StringMatchingConditionBean
- isInsert - Variable in class jp.ecuacion.splib.web.form.SplibEditForm
-
Stores whetherr insert or update.
- isInsert() - Method in class jp.ecuacion.splib.web.form.SplibEditForm
- isInsert(String) - Method in class jp.ecuacion.splib.web.service.SplibEditService
-
Determines if the page is insert or update.
- isNotEmpty - Variable in class jp.ecuacion.splib.web.bean.HtmlItem
-
Shows whether the field allows empty.
- isNotEmpty(boolean) - Method in class jp.ecuacion.splib.web.bean.HtmlItem
-
Sets isNotEmpty.
- isNotEmpty(boolean) - Method in class jp.ecuacion.splib.web.bean.HtmlItemNumber
- isNotEmpty(boolean) - Method in class jp.ecuacion.splib.web.bean.HtmlItemString
- isNotEmpty(String, String, String) - Method in interface jp.ecuacion.splib.web.form.record.RecordInterface
-
Returns whether isNotEmpty or not.
- isNotEmpty(HtmlItem.HtmlItemConditionKeyEnum, String, boolean) - Method in class jp.ecuacion.splib.web.bean.HtmlItem
-
Sets isNotEmpty with the conditions of
HtmlItemConditionKeyEnum,authString. - isNotEmpty(HtmlItem.HtmlItemConditionKeyEnum, String, boolean) - Method in class jp.ecuacion.splib.web.bean.HtmlItemNumber
- isNotEmpty(HtmlItem.HtmlItemConditionKeyEnum, String, boolean) - Method in class jp.ecuacion.splib.web.bean.HtmlItemString
- isReadOnly(String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafOptionUtil
-
Returns whether the options contain readonly.
- isRequestFromSearchForm() - Method in class jp.ecuacion.splib.web.form.SplibSearchForm
- isShowsMessagesLinkedToItemsAtEachItem() - Method in class jp.ecuacion.splib.web.bean.SplibModelAttributes
- isShowsMessagesLinkedToItemsAtTheTop() - Method in class jp.ecuacion.splib.web.bean.SplibModelAttributes
- isValid(String) - Method in class jp.ecuacion.splib.web.bean.MessagesBean
-
Returns invalid class string if the item is invalid.
- itemKindIdField - Variable in class jp.ecuacion.splib.web.bean.HtmlItem
-
Is an ID which the root record name plus dot (like
"acc.") is removed from the itemKindId. - itemKindIdFieldForName - Variable in class jp.ecuacion.splib.web.bean.HtmlItem
-
Is an itemKindIdField used to display the name of the item.
- itemKindIdFieldForName(String) - Method in class jp.ecuacion.splib.web.bean.HtmlItem
-
Sets
itemKindIdFieldForNameand returns this for method chain. - itemKindIdFieldForName(String) - Method in class jp.ecuacion.splib.web.bean.HtmlItemNumber
- itemKindIdFieldForName(String) - Method in class jp.ecuacion.splib.web.bean.HtmlItemString
- itemPropertyPaths(String[]) - Method in exception class jp.ecuacion.splib.web.exception.WebAppWarningException
J
- jp.ecuacion.splib.web - module jp.ecuacion.splib.web
-
Provides spring boot based web classes.
- jp.ecuacion.splib.web.advice - package jp.ecuacion.splib.web.advice
-
Provides controllerAdvices.
- jp.ecuacion.splib.web.bean - package jp.ecuacion.splib.web.bean
- jp.ecuacion.splib.web.config - package jp.ecuacion.splib.web.config
-
Provides configs.
- jp.ecuacion.splib.web.controller - package jp.ecuacion.splib.web.controller
-
Provides controllers.
- jp.ecuacion.splib.web.exception - package jp.ecuacion.splib.web.exception
-
Provides exceptions.
- jp.ecuacion.splib.web.exceptionhandler - package jp.ecuacion.splib.web.exceptionhandler
-
Provides exception handlers.
- jp.ecuacion.splib.web.form - package jp.ecuacion.splib.web.form
-
Provides forms.
- jp.ecuacion.splib.web.form.record - package jp.ecuacion.splib.web.form.record
-
Provides records.
- jp.ecuacion.splib.web.service - package jp.ecuacion.splib.web.service
- jp.ecuacion.splib.web.util - package jp.ecuacion.splib.web.util
-
Provides forms.
K
- KEYWORD - Enum constant in enum class jp.ecuacion.splib.web.bean.HtmlItem.HtmlItemConditionKeyEnum
L
- LOGIN_STATE - Enum constant in enum class jp.ecuacion.splib.web.bean.HtmlItem.HtmlItemConditionKeyEnum
- LoginController - Class in jp.ecuacion.splib.web.controller
-
Provides controller for login.
- LoginController() - Constructor for class jp.ecuacion.splib.web.controller.LoginController
-
Constructs a new instance.
- LoginForm - Class in jp.ecuacion.splib.web.form
-
Stores data for login.
- LoginForm() - Constructor for class jp.ecuacion.splib.web.form.LoginForm
- LoginRecord - Class in jp.ecuacion.splib.web.form.record
-
Is a record for loginController.
- LoginRecord() - Constructor for class jp.ecuacion.splib.web.form.record.LoginRecord
M
- mainRootRecordName() - Method in class jp.ecuacion.splib.web.controller.SplibGeneralController.ControllerContext
-
Returns a rootRecordName linked to the controller.
- mainRootRecordName(String) - Method in class jp.ecuacion.splib.web.controller.SplibGeneralController.ControllerContext
-
Stores
rootRecordNameand returnsControllerContext. - matchingCondition - Variable in class jp.ecuacion.splib.web.bean.HtmlItemString
- mergeHtmlItems(HtmlItem[], HtmlItem[]) - Method in interface jp.ecuacion.splib.web.form.record.RecordInterface
-
htmlItemsについて、個別機能のlistと共通のlistをmergeさせるために使用する.
- MessagesBean - Class in jp.ecuacion.splib.web.bean
-
Stores messages shown on pages.
- MessagesBean() - Constructor for class jp.ecuacion.splib.web.bean.MessagesBean
- MessagesBean.WarnMessageBean - Class in jp.ecuacion.splib.web.bean
-
Stores a warn message.
- modelAttribute(Model) - Method in class jp.ecuacion.splib.web.advice.SplibControllerAdvice
-
Sets objects to model and add model to request attribute.
N
- needsCommas - Variable in class jp.ecuacion.splib.web.bean.HtmlItemNumber
-
Determins whether commas are used or not.
- needsCommas(boolean) - Method in class jp.ecuacion.splib.web.bean.HtmlItemNumber
-
Returns needsCommas.
- needsCommas(String) - Method in interface jp.ecuacion.splib.web.form.record.RecordInterface
-
Returns whether the itemKindId needs comma.
- needsEmptyOption(String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafOptionUtil
-
Returns whether the options contain noEmptyOption.
- needsOnclickJs(String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafOptionUtil
-
Returns whether the options contain onClickJs.
- newContext() - Static method in class jp.ecuacion.splib.web.controller.SplibGeneralController
-
Constructs a new instance and returns it.
- nextDirection(String) - Method in class jp.ecuacion.splib.web.form.SplibSearchForm
-
Returns next direction.
- noValidate() - Method in class jp.ecuacion.splib.web.form.SplibGeneralForm
-
Sets vavlidates = false and returns this for method chain.
- numberOfRecords - Variable in class jp.ecuacion.splib.web.form.SplibSearchForm
-
pagerを作成するのに必要となるため、serviceから受け取りpager作成時に使用.
P
- page - Variable in class jp.ecuacion.splib.web.form.SplibSearchForm
- page(F1, F2, UserDetails) - Method in class jp.ecuacion.splib.web.service.SplibGeneral2FormsDoNothingService
- page(F1, F2, UserDetails) - Method in class jp.ecuacion.splib.web.service.SplibGeneral2FormsService
-
Prepares form for showing page.
- page(F, UserDetails) - Method in class jp.ecuacion.splib.web.service.SplibEditService
- page(F, UserDetails) - Method in class jp.ecuacion.splib.web.service.SplibGeneral1FormDoNothingService
- page(F, UserDetails) - Method in class jp.ecuacion.splib.web.service.SplibGeneral1FormService
-
Prepares form for showing page.
- page(Model, F1, F2, UserDetails) - Method in class jp.ecuacion.splib.web.controller.SplibGeneral2FormsController
-
Provides the default method to show page.
- page(Model, F, UserDetails) - Method in class jp.ecuacion.splib.web.controller.SplibEditController
-
Throws
RuntimeExceptionto avoid the mistake. - page(Model, F, UserDetails) - Method in class jp.ecuacion.splib.web.controller.SplibGeneral1FormController
-
Provides the default method to show page.
- page(Model, FST, FLT, UserDetails) - Method in class jp.ecuacion.splib.web.controller.SplibSearchListController
-
Overrides the parent method to add
getProperSearchForm, listForm.setDataKind() and redirectUrlOnAppExceptionBeanprocedures. - page(Model, String) - Method in class jp.ecuacion.splib.web.controller.ShowPageController
-
Shows the page designated by
idparameter of the url. - PagerInfo - Class in jp.ecuacion.splib.web.form
-
Consists of a cell which is a part of a pager structure.
- PagerInfo(String) - Constructor for class jp.ecuacion.splib.web.form.PagerInfo
-
Constructs a new instance with disable cell.
- PagerInfo(String, boolean, int) - Constructor for class jp.ecuacion.splib.web.form.PagerInfo
-
Constructs a new instance with clickable cell.
- PAIR_WITH_SEARCH_LIST - Enum constant in enum class jp.ecuacion.splib.web.controller.SplibEditController.PageTemplatePatternEnum
- paramListOnRedirectToSelf - Variable in class jp.ecuacion.splib.web.controller.SplibGeneralController
-
Returns parameter list needed to add when the response is redirect to the original page.
- PARTIAL - Enum constant in enum class jp.ecuacion.splib.web.form.record.StringMatchingConditionBean.StringMatchingPatternEnum
- passwordLength() - Method in class jp.ecuacion.splib.web.form.record.LoginRecord
-
password length.
- POSTFIX - Enum constant in enum class jp.ecuacion.splib.web.form.record.StringMatchingConditionBean.StringMatchingPatternEnum
- PREFIX - Enum constant in enum class jp.ecuacion.splib.web.form.record.StringMatchingConditionBean.StringMatchingPatternEnum
- prepare(Model, SplibGeneralForm...) - Method in class jp.ecuacion.splib.web.controller.SplibGeneralController
-
Carries out the procedure that is needed after the service procedure ended or the service throws exceptions.
- prepare(Model, UserDetails, SplibGeneralForm...) - Method in class jp.ecuacion.splib.web.controller.SplibGeneralController
-
Carries out the procedure that is needed after the service procedure ended or the service throws exceptions.
- prepareForm(F1, F2, UserDetails) - Method in class jp.ecuacion.splib.web.service.SplibGeneral2FormsDoNothingService
- prepareForm(F1, F2, UserDetails) - Method in class jp.ecuacion.splib.web.service.SplibGeneral2FormsService
-
Prepares form.
- prepareForm(F, UserDetails) - Method in class jp.ecuacion.splib.web.service.SplibGeneral1FormDoNothingService
- prepareForm(F, UserDetails) - Method in class jp.ecuacion.splib.web.service.SplibGeneral1FormService
-
Prepares form.
- prepareForm(List<SplibGeneralForm>, UserDetails) - Method in class jp.ecuacion.splib.web.service.SplibGeneral1FormService
- prepareForm(List<SplibGeneralForm>, UserDetails) - Method in class jp.ecuacion.splib.web.service.SplibGeneral2FormsService
- prepareForm(List<SplibGeneralForm>, UserDetails) - Method in class jp.ecuacion.splib.web.service.SplibGeneralService
-
Puts data needed to display a page.
- prepareForPageTransition(HttpServletRequest, SplibGeneralController<?>, ReturnUrlBean, Model, boolean) - Method in class jp.ecuacion.splib.web.util.SplibUtil
-
Prepares for page transition and returns url.
- PrepareSettings() - Constructor for class jp.ecuacion.splib.web.form.SplibGeneralForm.PrepareSettings
- propertyPath - Variable in class jp.ecuacion.splib.web.bean.HtmlItem
-
propertyPath.
- PUBLIC - Enum constant in enum class jp.ecuacion.splib.web.util.SplibUtil.LoginStateEnum
- putParam(String, String) - Method in class jp.ecuacion.splib.web.bean.ReturnUrlBean
-
Adds the argument parameter to
paramMap. - putParam(String, String[]) - Method in class jp.ecuacion.splib.web.bean.ReturnUrlBean
-
Adds the argument parameter to
paramMap. - putParamMap(Map<String, String[]>) - Method in class jp.ecuacion.splib.web.bean.ReturnUrlBean
-
Adds the argument map to
paramMap.
R
- RecordInterface - Interface in jp.ecuacion.splib.web.form.record
-
Has features related web environment.
- recordsInScreen - Variable in class jp.ecuacion.splib.web.form.SplibSearchForm
- redirectOnSuccess - Variable in class jp.ecuacion.splib.web.controller.SplibEditController
- redirectToSamePageTakingOverModel(Model) - Method in class jp.ecuacion.splib.web.controller.SplibGeneralController
-
Returns the redirect URL which redirects to the same page and takes over
modelto the transitioned page. - redirectToSamePageTakingOverModel(Model, boolean) - Method in class jp.ecuacion.splib.web.controller.SplibGeneralController
-
Returns the redirect URL which redirects to the same page and takes over
modelto the transitioned page. - redirectUrlOnAppExceptionBean - Variable in class jp.ecuacion.splib.web.controller.SplibGeneralController
-
Is set If you want to redirect when
AppExceptionoccurs. - removeParam(String) - Method in class jp.ecuacion.splib.web.bean.ReturnUrlBean
-
Removes the argument key from
paramMap. - request - Variable in class jp.ecuacion.splib.web.controller.SplibBaseController
- ReturnUrlBean - Class in jp.ecuacion.splib.web.bean
-
Returns the URL to redirect / forward pages to use as the return string in
@RequestMapping, @GetMapping and @PostMappingmethods. - ReturnUrlBean(SplibGeneralController<?>, String) - Constructor for class jp.ecuacion.splib.web.bean.ReturnUrlBean
-
Constructs a new instance with path.
- ReturnUrlBean(SplibGeneralController<?>, SplibUtil) - Constructor for class jp.ecuacion.splib.web.bean.ReturnUrlBean
-
Constructs a new instance with controller, util.
- ReturnUrlBean(SplibGeneralController<?>, SplibUtil, boolean) - Constructor for class jp.ecuacion.splib.web.bean.ReturnUrlBean
-
Constructs a new instance with controller, util, isNormalEnd.
- ReturnUrlBean(SplibGeneralController<?>, SplibUtil, boolean, String) - Constructor for class jp.ecuacion.splib.web.bean.ReturnUrlBean
-
Constructs a new instance with controller, util, page.
- ReturnUrlBean(SplibGeneralController<?>, SplibUtil, String) - Constructor for class jp.ecuacion.splib.web.bean.ReturnUrlBean
-
Constructs a new instance with controller, util, page.
- ReturnUrlBean(SplibGeneralController<?>, SplibUtil, String, String) - Constructor for class jp.ecuacion.splib.web.bean.ReturnUrlBean
-
Constructs a new instance with controller, util, subFunction, page.
- ROLE - Enum constant in enum class jp.ecuacion.splib.web.bean.HtmlItem.HtmlItemConditionKeyEnum
- rolesAndAuthoritiesBean - Variable in class jp.ecuacion.splib.web.controller.SplibGeneralController
- RolesAndAuthoritiesBean(List<String>, List<String>) - Constructor for class jp.ecuacion.splib.web.util.SplibSecurityUtil.RolesAndAuthoritiesBean
-
Constructs a new instance.
- rows(String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafOptionUtil
-
Returns rows with default value 1.
S
- search(Model, FST, FLT, UserDetails) - Method in class jp.ecuacion.splib.web.controller.SplibSearchListController
-
Searches from the search conditions in
searchForm. - searchAgain(Model, FST, FLT, UserDetails) - Method in class jp.ecuacion.splib.web.controller.SplibSearchListController
-
Searches from the search conditions in
searchForm. - searchConditionClear(Model, FST, FLT, UserDetails) - Method in class jp.ecuacion.splib.web.controller.SplibSearchListController
-
Clears search conditions.
- SearchRecordInterface - Interface in jp.ecuacion.splib.web.form.record
-
Has features related web environment and search function.
- selectListMethodName(String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafStringUtil
-
acc -> getAccList, acc.name -> getAcc_NameListに変更.
- serviceList - Variable in class jp.ecuacion.splib.web.controller.SplibGeneralController
-
Stores a list of services.
- setAccountInfo(Model, UserDetails) - Method in class jp.ecuacion.splib.web.advice.SplibDataStoreDependentControllerAdvice
-
Sets account info into a
Model. - setAdminLogin(LoginRecord) - Method in class jp.ecuacion.splib.web.form.AdminLoginForm
- setBodyBgColor(String) - Method in class jp.ecuacion.splib.web.bean.SplibModelAttributes
- setBsBgGradient(boolean) - Method in class jp.ecuacion.splib.web.bean.SplibModelAttributes
- setBsDarkMode(boolean) - Method in class jp.ecuacion.splib.web.bean.SplibModelAttributes
- setConfig(ConfigRecord) - Method in class jp.ecuacion.splib.web.form.ConfigForm
- setConfirmedWarnings(String) - Method in class jp.ecuacion.splib.web.form.SplibGeneralForm
- setControllerContext(SplibGeneralController.ControllerContext) - Method in class jp.ecuacion.splib.web.form.SplibGeneralForm
- setDataKind(String) - Method in class jp.ecuacion.splib.web.form.SplibGeneralForm
- setDefaultValue(T) - Method in class jp.ecuacion.splib.web.bean.HtmlItem.HtmlItemConditionContainer
- setDirection(String) - Method in class jp.ecuacion.splib.web.form.SplibSearchForm
- setDisplayString(String) - Method in class jp.ecuacion.splib.web.form.PagerInfo
- setErrorMessage(String, String...) - Method in class jp.ecuacion.splib.web.bean.MessagesBean
-
Sets error message.
- setGoToPage(String) - Method in class jp.ecuacion.splib.web.form.PagerInfo
- setIsInsert(Boolean) - Method in class jp.ecuacion.splib.web.form.SplibEditForm
- setList(List<HtmlItem.HtmlItemCondition<T>>) - Method in class jp.ecuacion.splib.web.bean.HtmlItem.HtmlItemConditionContainer
- setLogin(LoginRecord) - Method in class jp.ecuacion.splib.web.form.LoginForm
- setMessage(String) - Method in class jp.ecuacion.splib.web.bean.MessagesBean.WarnMessageBean
- setMessageId(String) - Method in class jp.ecuacion.splib.web.bean.MessagesBean.WarnMessageBean
- setNavbarBgColor(String) - Method in class jp.ecuacion.splib.web.bean.SplibModelAttributes
- setNavbarBgColorAccount(String) - Method in class jp.ecuacion.splib.web.bean.SplibModelAttributes
- setNavbarBgColorAdmin(String) - Method in class jp.ecuacion.splib.web.bean.SplibModelAttributes
- setNavbarBgColorPublic(String) - Method in class jp.ecuacion.splib.web.bean.SplibModelAttributes
- setNeedsSuccessMessage(boolean) - Method in class jp.ecuacion.splib.web.bean.MessagesBean
- setNumberOfRecordsAndAdjustCurrentPageNumger(Long) - Method in class jp.ecuacion.splib.web.form.SplibSearchForm
-
Sets number of records and adjust current page number.
- setPage(Integer) - Method in class jp.ecuacion.splib.web.form.SplibSearchForm
- setPassword(String) - Method in class jp.ecuacion.splib.web.form.record.LoginRecord
- setProtocolForward() - Method in class jp.ecuacion.splib.web.bean.ReturnUrlBean
-
Sets isForward.
- setRecList(List<T>) - Method in class jp.ecuacion.splib.web.form.SplibListForm
-
Sets record list and returns this for method chain.
- setRecordsInScreen(Integer) - Method in class jp.ecuacion.splib.web.form.SplibSearchForm
- setRequestFromSearchForm(boolean) - Method in class jp.ecuacion.splib.web.form.SplibSearchForm
- setShowsMessagesLinkedToItemsAtEachItem(boolean) - Method in class jp.ecuacion.splib.web.bean.SplibModelAttributes
- setShowsMessagesLinkedToItemsAtTheTop(boolean) - Method in class jp.ecuacion.splib.web.bean.SplibModelAttributes
- setSortItem(String) - Method in class jp.ecuacion.splib.web.form.SplibSearchForm
- setStatus(String) - Method in class jp.ecuacion.splib.web.form.PagerInfo
- setUsername(String) - Method in class jp.ecuacion.splib.web.form.record.LoginRecord
- setWarnMessage(MessagesBean.WarnMessageBean) - Method in class jp.ecuacion.splib.web.bean.MessagesBean
- showInsertForm(Model, UserDetails) - Method in class jp.ecuacion.splib.web.controller.SplibSearchListController
-
Shows edit page in insert mode.
- showInsertPage(Model, F, UserDetails) - Method in class jp.ecuacion.splib.web.controller.SplibEditController
-
Shows insert page.
- ShowPageController - Class in jp.ecuacion.splib.web.controller
-
Shows the page designated by
idparameter of the url. - ShowPageController() - Constructor for class jp.ecuacion.splib.web.controller.ShowPageController
- showSuccessMessage() - Method in class jp.ecuacion.splib.web.bean.ReturnUrlBean
-
add parameter to show success message.
- showUpdateForm(Model, UserDetails) - Method in class jp.ecuacion.splib.web.controller.SplibSearchListController
-
Shows edit page in update mode.
- showUpdatePage(Model, F, UserDetails) - Method in class jp.ecuacion.splib.web.controller.SplibEditController
-
Shows update page.
- SINGLE - Enum constant in enum class jp.ecuacion.splib.web.controller.SplibEditController.PageTemplatePatternEnum
- sortItem - Variable in class jp.ecuacion.splib.web.form.SplibSearchForm
- SplibBaseController - Class in jp.ecuacion.splib.web.controller
-
Provides abstract base controller.
- SplibBaseController() - Constructor for class jp.ecuacion.splib.web.controller.SplibBaseController
- SplibControllerAdvice - Class in jp.ecuacion.splib.web.advice
-
Provides common procedure that are supposed to be done before controllers are called.
- SplibControllerAdvice() - Constructor for class jp.ecuacion.splib.web.advice.SplibControllerAdvice
- SplibDataStoreDependentControllerAdvice - Class in jp.ecuacion.splib.web.advice
-
Provides the function that puts logged-in accounts info to
Model. - SplibDataStoreDependentControllerAdvice() - Constructor for class jp.ecuacion.splib.web.advice.SplibDataStoreDependentControllerAdvice
- SplibDataStoreDependentControllerAdviceService - Class in jp.ecuacion.splib.web.service
-
Is called from
SplibDataStoreDependentControllerAdvice. - SplibDataStoreDependentControllerAdviceService() - Constructor for class jp.ecuacion.splib.web.service.SplibDataStoreDependentControllerAdviceService
- SplibEditController<F,
S> - Class in jp.ecuacion.splib.web.controller -
Controls the edit feature.
- SplibEditController(SplibEditController.PageTemplatePatternEnum, String) - Constructor for class jp.ecuacion.splib.web.controller.SplibEditController
-
Construct a new instance with
function. - SplibEditController(SplibEditController.PageTemplatePatternEnum, String, SplibGeneralController.ControllerContext) - Constructor for class jp.ecuacion.splib.web.controller.SplibEditController
-
Construct a new instance with
function,settings. - SplibEditController.PageTemplatePatternEnum - Enum Class in jp.ecuacion.splib.web.controller
-
Specifies the pair controller that consists of the function with this controller.
- SplibEditForm - Class in jp.ecuacion.splib.web.form
-
Stores data for edit.
- SplibEditForm() - Constructor for class jp.ecuacion.splib.web.form.SplibEditForm
- SplibEditService<F> - Class in jp.ecuacion.splib.web.service
-
Provides abstract edit service.
- SplibEditService() - Constructor for class jp.ecuacion.splib.web.service.SplibEditService
- SplibErrorController - Class in jp.ecuacion.splib.web.controller
-
Shows the error page and the next page moving from it.
- SplibErrorController() - Constructor for class jp.ecuacion.splib.web.controller.SplibErrorController
- SplibExceptionHandler - Class in jp.ecuacion.splib.web.exceptionhandler
-
Provides an exception handler.
- SplibExceptionHandler() - Constructor for class jp.ecuacion.splib.web.exceptionhandler.SplibExceptionHandler
- SplibGeneral1FormController<F,
S> - Class in jp.ecuacion.splib.web.controller -
Is the abstract general controller with 1 Form.
- SplibGeneral1FormController(String) - Constructor for class jp.ecuacion.splib.web.controller.SplibGeneral1FormController
-
Construct a new instance with
function. - SplibGeneral1FormController(String, SplibGeneralController.ControllerContext) - Constructor for class jp.ecuacion.splib.web.controller.SplibGeneral1FormController
-
Construct a new instance with
function,settings. - SplibGeneral1FormDoNothingService<F> - Class in jp.ecuacion.splib.web.service
-
Provides a general service with no method.
- SplibGeneral1FormDoNothingService() - Constructor for class jp.ecuacion.splib.web.service.SplibGeneral1FormDoNothingService
- SplibGeneral1FormService<F> - Class in jp.ecuacion.splib.web.service
-
Is the abstract general service with 1 Form.
- SplibGeneral1FormService() - Constructor for class jp.ecuacion.splib.web.service.SplibGeneral1FormService
- SplibGeneral2FormsController<F1,
F2, - Class in jp.ecuacion.splib.web.controllerS> -
Is the abstract general controller with 2 Forms.
- SplibGeneral2FormsController(String) - Constructor for class jp.ecuacion.splib.web.controller.SplibGeneral2FormsController
-
Construct a new instance with
function. - SplibGeneral2FormsController(String, SplibGeneralController.ControllerContext) - Constructor for class jp.ecuacion.splib.web.controller.SplibGeneral2FormsController
-
Construct a new instance with
function,settings. - SplibGeneral2FormsDoNothingService<F1,
F2> - Class in jp.ecuacion.splib.web.service -
Provides a general service with no method.
- SplibGeneral2FormsDoNothingService() - Constructor for class jp.ecuacion.splib.web.service.SplibGeneral2FormsDoNothingService
- SplibGeneral2FormsService<F1,
F2> - Class in jp.ecuacion.splib.web.service -
Is the abstract general service with 2 Forms.
- SplibGeneral2FormsService() - Constructor for class jp.ecuacion.splib.web.service.SplibGeneral2FormsService
- SplibGeneralController<S> - Class in jp.ecuacion.splib.web.controller
-
Provides abstract general controller.
- SplibGeneralController(String) - Constructor for class jp.ecuacion.splib.web.controller.SplibGeneralController
-
Constructs a new instance with
function. - SplibGeneralController(String, SplibGeneralController.ControllerContext) - Constructor for class jp.ecuacion.splib.web.controller.SplibGeneralController
-
Constructs a new instance with
functionandControllerContext. - SplibGeneralController.ControllerContext - Class in jp.ecuacion.splib.web.controller
-
Stores controller properties.
- SplibGeneralDoNothingService - Class in jp.ecuacion.splib.web.service
-
Provides a general service with no method.
- SplibGeneralDoNothingService() - Constructor for class jp.ecuacion.splib.web.service.SplibGeneralDoNothingService
- SplibGeneralForm - Class in jp.ecuacion.splib.web.form
-
Stores data for generalController.
- SplibGeneralForm() - Constructor for class jp.ecuacion.splib.web.form.SplibGeneralForm
- SplibGeneralForm.PrepareSettings - Class in jp.ecuacion.splib.web.form
-
Stores common info.
- SplibGeneralService - Class in jp.ecuacion.splib.web.service
-
Is the service abstract class for general page of the page template.
- SplibGeneralService() - Constructor for class jp.ecuacion.splib.web.service.SplibGeneralService
- SplibListForm<T> - Class in jp.ecuacion.splib.web.form
-
Stores data for list.
- SplibListForm() - Constructor for class jp.ecuacion.splib.web.form.SplibListForm
- SplibModelAttributes - Class in jp.ecuacion.splib.web.bean
-
Stores app-common modelAttributes.
- SplibModelAttributes() - Constructor for class jp.ecuacion.splib.web.bean.SplibModelAttributes
- SplibRecordUtil - Class in jp.ecuacion.splib.web.util
-
Provides utility methods on records and fields.
- SplibRecordUtil() - Constructor for class jp.ecuacion.splib.web.util.SplibRecordUtil
- SplibSearchForm - Class in jp.ecuacion.splib.web.form
-
Stores data for search.
- SplibSearchForm() - Constructor for class jp.ecuacion.splib.web.form.SplibSearchForm
-
Constructs a new instance.
- SplibSearchListController<FST,
FLT, - Class in jp.ecuacion.splib.web.controllerS> -
Controls the search and listing of the search result.
- SplibSearchListController(String) - Constructor for class jp.ecuacion.splib.web.controller.SplibSearchListController
-
Construct a new instance with
function. - SplibSearchListController(String, SplibGeneralController.ControllerContext) - Constructor for class jp.ecuacion.splib.web.controller.SplibSearchListController
-
Construct a new instance with
function,settings. - SplibSearchListService<FST,
FLT> - Class in jp.ecuacion.splib.web.service -
Provides abstract search list service.
- SplibSearchListService() - Constructor for class jp.ecuacion.splib.web.service.SplibSearchListService
- SplibSecurityUtil - Class in jp.ecuacion.splib.web.util
-
Provides utilities on spring security.
- SplibSecurityUtil() - Constructor for class jp.ecuacion.splib.web.util.SplibSecurityUtil
- SplibSecurityUtil.RolesAndAuthoritiesBean - Class in jp.ecuacion.splib.web.util
-
Stores info on roles and authorities.
- SplibThymeleafExceptionUtil - Class in jp.ecuacion.splib.web.util
-
Is used when you want to occur a system erro from thymeleaf.
- SplibThymeleafExceptionUtil() - Constructor for class jp.ecuacion.splib.web.util.SplibThymeleafExceptionUtil
- SplibThymeleafMessageUtil - Class in jp.ecuacion.splib.web.util
-
Provides localized messages called from thymeleaf.
- SplibThymeleafMessageUtil() - Constructor for class jp.ecuacion.splib.web.util.SplibThymeleafMessageUtil
-
Constructs a new instance.
- SplibThymeleafOptionUtil - Class in jp.ecuacion.splib.web.util
-
Analyzes options specified with html components.
- SplibThymeleafOptionUtil(HttpServletRequest) - Constructor for class jp.ecuacion.splib.web.util.SplibThymeleafOptionUtil
-
Constructs a new instance.
- SplibThymeleafPropertiesUtil - Class in jp.ecuacion.splib.web.util
-
thymeleaf側から呼ばれる想定のクラス。
- SplibThymeleafPropertiesUtil() - Constructor for class jp.ecuacion.splib.web.util.SplibThymeleafPropertiesUtil
-
Constructs a new instance.
- SplibThymeleafStringUtil - Class in jp.ecuacion.splib.web.util
-
thymeleaf側から呼ばれる想定のクラス。
- SplibThymeleafStringUtil() - Constructor for class jp.ecuacion.splib.web.util.SplibThymeleafStringUtil
- SplibUtil - Class in jp.ecuacion.splib.web.util
-
Provides utility methods for splib-web.
- SplibUtil() - Constructor for class jp.ecuacion.splib.web.util.SplibUtil
- SplibUtil.LoginStateEnum - Enum Class in jp.ecuacion.splib.web.util
-
Designates login state.
- SplibWebConfig - Class in jp.ecuacion.splib.web.config
-
Provides configs for web.
- SplibWebConfig() - Constructor for class jp.ecuacion.splib.web.config.SplibWebConfig
- SplibWebSecurityConfig - Class in jp.ecuacion.splib.web.config
-
Provides the abstract SecurityConfig class.
- SplibWebSecurityConfig() - Constructor for class jp.ecuacion.splib.web.config.SplibWebSecurityConfig
- SplibWebSecurityConfigForAdmin - Class in jp.ecuacion.splib.web.config
-
Provides the abstract SecurityConfig class for admin.
- SplibWebSecurityConfigForAdmin() - Constructor for class jp.ecuacion.splib.web.config.SplibWebSecurityConfigForAdmin
- stringMatchingCondition(StringMatchingConditionBean.StringMatchingPatternEnum, boolean) - Method in class jp.ecuacion.splib.web.bean.HtmlItemString
-
Offers the string search pattern.
- StringMatchingConditionBean - Class in jp.ecuacion.splib.web.form.record
-
Stores string match condition for search function.
- StringMatchingConditionBean() - Constructor for class jp.ecuacion.splib.web.form.record.StringMatchingConditionBean
-
Constructs a new instance.
- StringMatchingConditionBean(StringMatchingConditionBean.StringMatchingPatternEnum) - Constructor for class jp.ecuacion.splib.web.form.record.StringMatchingConditionBean
-
Constructs a new instance.
- StringMatchingConditionBean(StringMatchingConditionBean.StringMatchingPatternEnum, boolean) - Constructor for class jp.ecuacion.splib.web.form.record.StringMatchingConditionBean
-
Constructs a new instance.
- StringMatchingConditionBean.StringMatchingPatternEnum - Enum Class in jp.ecuacion.splib.web.form.record
-
Has string match patterns.
- subFunction() - Method in class jp.ecuacion.splib.web.controller.SplibGeneralController.ControllerContext
-
Returns a name that classifies the functions specified in
functionfield. - subFunction(String) - Method in class jp.ecuacion.splib.web.controller.SplibGeneralController.ControllerContext
-
Stores
subFunctionand returnsControllerContext. - submitOnChangeToRefresh(Model, F1, F2, UserDetails) - Method in class jp.ecuacion.splib.web.controller.SplibGeneral2FormsController
-
Provides the default method to refresh selections of the dropdowns, and so on.
- submitOnChangeToRefresh(Model, F, UserDetails) - Method in class jp.ecuacion.splib.web.controller.SplibGeneral1FormController
-
Provides the default method to refresh selections of the dropdowns, and so on.
- submitOnChangeToRefresh(Model, FST, FLT, UserDetails) - Method in class jp.ecuacion.splib.web.controller.SplibSearchListController
-
Overrides the parent method to add
getProperSearchFormprocedure. - systemError(String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafExceptionUtil
-
Causes a system error.
T
- throw404() - Method in class jp.ecuacion.splib.web.controller.SplibGeneralController
-
Receives
actionurl withGETmethod. - throwWarning(Set<String>, Locale, String, String[], String, String...) - Method in class jp.ecuacion.splib.web.service.SplibGeneralService
-
Provides the warning feature.
U
- usernameLength() - Method in class jp.ecuacion.splib.web.form.record.LoginRecord
-
username length.
V
- validate(BindingResult) - Method in class jp.ecuacion.splib.web.form.SplibGeneralForm
-
Sets validates = true and bindingResult, and returns this for method chain.
- validateNotEmpty(String, SplibSecurityUtil.RolesAndAuthoritiesBean) - Method in class jp.ecuacion.splib.web.form.SplibGeneralForm
-
Validates notEmpty.
- validateNotEmpty(Locale, String, SplibSecurityUtil.RolesAndAuthoritiesBean) - Method in class jp.ecuacion.splib.web.form.SplibGeneralForm
-
Validates notEmpty.
- validates() - Method in class jp.ecuacion.splib.web.form.SplibGeneralForm.PrepareSettings
-
Returns whether validation is executed or not.
- valueOf(String) - Static method in enum class jp.ecuacion.splib.web.bean.HtmlItem.HtmlItemConditionKeyEnum
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class jp.ecuacion.splib.web.controller.SplibEditController.PageTemplatePatternEnum
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class jp.ecuacion.splib.web.form.record.StringMatchingConditionBean.StringMatchingPatternEnum
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class jp.ecuacion.splib.web.util.SplibUtil.LoginStateEnum
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class jp.ecuacion.splib.web.bean.HtmlItem.HtmlItemConditionKeyEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class jp.ecuacion.splib.web.controller.SplibEditController.PageTemplatePatternEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class jp.ecuacion.splib.web.form.record.StringMatchingConditionBean.StringMatchingPatternEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class jp.ecuacion.splib.web.util.SplibUtil.LoginStateEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- WarnMessageBean(String, String) - Constructor for class jp.ecuacion.splib.web.bean.MessagesBean.WarnMessageBean
-
Constructs a new instance.
- WarnMessageBean(String, String, String) - Constructor for class jp.ecuacion.splib.web.bean.MessagesBean.WarnMessageBean
-
Constructs a new instance.
- WebAppWarningException - Exception Class in jp.ecuacion.splib.web.exception
-
Adds buttonIdToPressOnConfirm feature on to AppWarningException.
- WebAppWarningException(String, String...) - Constructor for exception class jp.ecuacion.splib.web.exception.WebAppWarningException
-
Construct a new instance.
Z
- zoneOffset(String) - Method in class jp.ecuacion.splib.web.controller.ZoneOffsetSettingRestController
-
Receives zone offset value from the user PC and set it into the session.
- ZoneOffsetSettingRestController - Class in jp.ecuacion.splib.web.controller
-
Receives zone offset value from the user PC and set it into the session.
- ZoneOffsetSettingRestController() - Constructor for class jp.ecuacion.splib.web.controller.ZoneOffsetSettingRestController
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form