Index

A B C D E F G H I J K L M N P R S T U V W Z 
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-path when the button on system error screen is pressed.
add(HtmlField.HtmlFieldCondition<T>) - Method in class jp.ecuacion.splib.web.bean.HtmlField.HtmlFieldConditionContainer
 
addAllToModel(Model) - Method in class jp.ecuacion.splib.web.bean.SplibModelAttributes
 
addAppCommonModelAttribute(String, Object) - Method in class jp.ecuacion.splib.web.bean.SplibModelAttributes
追加は、mapをgetするのではなく、わかりやすくkey, valueを引数に渡す形で登録。
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
 
AdminLoginForm() - Constructor for class jp.ecuacion.splib.web.form.AdminLoginForm
 
ALL - Enum constant in enum class jp.ecuacion.splib.web.form.enums.BooleanOnSearchEnum
 
AUTHORITY - Enum constant in enum class jp.ecuacion.splib.web.bean.HtmlField.HtmlFieldConditionKeyEnum
 

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
 
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.
BooleanOnSearchEnum - Enum Class in jp.ecuacion.splib.web.form.enums
 
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
 
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
 
ConfigForm() - Constructor for class jp.ecuacion.splib.web.form.ConfigForm
 
ConfigRecord - Class in jp.ecuacion.splib.web.form.record
 
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
 
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
 
displayNameId - Variable in class jp.ecuacion.splib.web.bean.HtmlField
Is an ID to the display name of the field.
displayNameId(String) - Method in class jp.ecuacion.splib.web.bean.HtmlField
 
displayNameId(String) - Method in class jp.ecuacion.splib.web.bean.HtmlFieldNumber
 
displayNameId(String) - Method in class jp.ecuacion.splib.web.bean.HtmlFieldString
 

E

ECUACION_PUBLIC - Enum constant in enum class jp.ecuacion.splib.web.util.SplibUtil.LoginStateEnum
config画面など、ecuacionとして共通で持たせる画面に使用するpath。
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

FALSE - Enum constant in enum class jp.ecuacion.splib.web.form.enums.BooleanOnSearchEnum
 
fields() - Method in exception class jp.ecuacion.splib.web.exception.WebAppWarningException
 
fields(AppExceptionFields) - Method in exception class jp.ecuacion.splib.web.exception.WebAppWarningException
 
FormInputValidationException - Exception Class in jp.ecuacion.splib.web.exception
Throws FormInputValidationException.
FormInputValidationException(SplibGeneralForm) - Constructor for exception class jp.ecuacion.splib.web.exception.FormInputValidationException
Constructs a new instance.
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 function and returns ControllerContext.

G

get(String) - Method in class jp.ecuacion.splib.web.form.SplibGeneralForm
引数は、"acc"のような形で渡される想定。
get(String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafPropertiesUtil
 
get(Locale, String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafMessageUtil
 
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 SplibRecord data type from UserDetails data 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.form.enums.BooleanOnSearchEnum
 
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.HtmlField.HtmlFieldCondition
 
getConditionValue() - Method in class jp.ecuacion.splib.web.bean.HtmlField.HtmlFieldCondition
 
getConfig() - Method in class jp.ecuacion.splib.web.form.ConfigForm
 
getConfirmedWarningMessageSet() - Method in class jp.ecuacion.splib.web.form.SplibGeneralForm
 
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 page value 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 subFunction value 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 subFunction value 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 subFunction value 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
 
getDefaultSuccessUrl() - Method in class jp.ecuacion.splib.web.config.SplibWebSecurityConfig
Returns the url when the login proceduree successfully ended.
getDefaultSuccessUrl() - Method in class jp.ecuacion.splib.web.config.SplibWebSecurityConfigForAdmin
Returns the url when the login proceduree successfully ended.
getDefaultValue() - Method in class jp.ecuacion.splib.web.bean.HtmlField.HtmlFieldConditionContainer
 
getDeleteConfirmMessage(String, String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafOptionUtil
削除ボタン押下時のメッセージ文字列を生成。
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を返す。
getDisplayNameId() - Method in class jp.ecuacion.splib.web.bean.HtmlField
Returns displayNameId value if it's not null, and
getDisplayString() - Method in class jp.ecuacion.splib.web.form.PagerInfo
 
getEnumFromCode(String) - Static method in enum class jp.ecuacion.splib.web.form.enums.BooleanOnSearchEnum
 
getErrorMessages() - Method in class jp.ecuacion.splib.web.bean.MessagesBean
全てのエラーを取得。
getErrorMessages(String) - Method in class jp.ecuacion.splib.web.bean.MessagesBean
指定されたitemに対する全てのエラーを取得。
getErrorMessagesLinkedToItems() - Method in class jp.ecuacion.splib.web.bean.MessagesBean
item指定のある全てのエラーを取得。
getErrorMessagesNotLinkedToItems() - Method in class jp.ecuacion.splib.web.bean.MessagesBean
item指定のない全てのエラーを取得。
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.
getForm() - Method in exception class jp.ecuacion.splib.web.exception.FormInputValidationException
 
getFunction() - 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 SplibRecord data type.
getHtmlField(String) - Method in interface jp.ecuacion.splib.web.form.record.RecordInterface
 
getHtmlField(HtmlField[], String) - Method in class jp.ecuacion.splib.web.util.SplibRecordUtil
Returns HtmlField from HtmlField[] and fieldId.
getHtmlField(SplibGeneralForm[], String, String) - Method in class jp.ecuacion.splib.web.util.SplibRecordUtil
Returns HtmlField from SplibGeneralForm, rootRecordId and fieldId.
getHtmlField(SplibGeneralForm, String, String) - Method in class jp.ecuacion.splib.web.util.SplibRecordUtil
Returns HtmlField from SplibGeneralForm, rootRecordId and fieldId.
getHtmlFields() - Method in class jp.ecuacion.splib.web.form.record.ConfigRecord
 
getHtmlFields() - Method in class jp.ecuacion.splib.web.form.record.LoginRecord
 
getHtmlFields() - Method in interface jp.ecuacion.splib.web.form.record.RecordInterface
 
getHtmlFields() - Method in interface jp.ecuacion.splib.web.form.record.SearchRecordInterface
 
getId() - Method in class jp.ecuacion.splib.web.bean.HtmlField
 
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.HtmlField
 
getLinesInScreen() - Method in class jp.ecuacion.splib.web.form.SplibSearchForm
画面上の件数表示で使用。
getLinkUrl(String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafOptionUtil
 
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 SplibRecord data type from UserDetails data 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
 
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.HtmlFieldNumber
 
getNeedsSuccessMessage() - Method in class jp.ecuacion.splib.web.bean.MessagesBean
 
getNotEmptyFields(String, SplibSecurityUtil.RolesAndAuthoritiesBean) - Method in interface jp.ecuacion.splib.web.form.record.RecordInterface
 
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 DatetimeFormatParameters instance.
getParams(HttpServletRequest) - Method in class jp.ecuacion.splib.web.util.SplibUtil
offsetはlogin画面でのonload時に呼ばれるため、login画面を開いた状態で放置した場合は値がnullでエラーになる。
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.
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
空のbeanを生成。
getRolesAndAuthoritiesBean(String) - Method in class jp.ecuacion.splib.web.util.SplibSecurityUtil
thymeleafで#authentication.principal.authorities にて取得した文字列からbeanを生成。
getRolesAndAuthoritiesBean(UserDetails) - Method in class jp.ecuacion.splib.web.util.SplibSecurityUtil
UserDetailsからbeanを生成。
getRootRecord() - Method in class jp.ecuacion.splib.web.form.SplibGeneralForm
Deprecated.
getRootRecord(Field) - Method in class jp.ecuacion.splib.web.form.SplibGeneralForm
getDisplayName() ではfieldも別途使用するため、fieldの二回取得は無駄なのでfieldを引数にするメソッドも作っておく。
getRootRecord(String) - Method in class jp.ecuacion.splib.web.form.SplibGeneralForm
formからrecordを取得する処理。
getRootRecordField() - Method in class jp.ecuacion.splib.web.form.SplibGeneralForm
Deprecated.
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
 
getSearchPatterns() - Method in interface jp.ecuacion.splib.web.form.record.SearchRecordInterface
項目ごとのsearch patternを返す。
getSearchValue() - Method in enum class jp.ecuacion.splib.web.form.enums.BooleanOnSearchEnum
 
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
 
getStatus() - Method in class jp.ecuacion.splib.web.form.PagerInfo
 
getStringSearchPatternEnum() - Method in class jp.ecuacion.splib.web.bean.HtmlFieldString
 
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.HtmlField.HtmlFieldCondition
 
getValue(String, SplibSecurityUtil.RolesAndAuthoritiesBean) - Method in class jp.ecuacion.splib.web.bean.HtmlField.HtmlFieldConditionContainer
 
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 means ShowPageController notices 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 means ShowPageController cannot 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
keyの存在チェック。
hasLinkUrl(String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafOptionUtil
Deprecated.
hasNotEmptyError(String, SplibSecurityUtil.RolesAndAuthoritiesBean) - Method in class jp.ecuacion.splib.web.form.SplibGeneralForm
EditFormのメソッドを呼び出すことで、その中の全てのNotEmpty Checkを実施。
hasThSortable(String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafOptionUtil
Deprecated.
HtmlField - Class in jp.ecuacion.splib.web.bean
Stores attributes of each html component which controls the behiviors of it in html pages.
HtmlField(String) - Constructor for class jp.ecuacion.splib.web.bean.HtmlField
Constructs a new instance with ID.
HtmlField.HtmlFieldCondition<T> - Class in jp.ecuacion.splib.web.bean
Stores one HtmlField condition.
HtmlField.HtmlFieldConditionContainer<T> - Class in jp.ecuacion.splib.web.bean
Stores multiple HtmlField conditions.
HtmlField.HtmlFieldConditionKeyEnum - Enum Class in jp.ecuacion.splib.web.bean
 
HtmlFieldCondition(HtmlField.HtmlFieldConditionKeyEnum, String, T) - Constructor for class jp.ecuacion.splib.web.bean.HtmlField.HtmlFieldCondition
Constructs a new instance.
HtmlFieldConditionContainer(T) - Constructor for class jp.ecuacion.splib.web.bean.HtmlField.HtmlFieldConditionContainer
 
HtmlFieldNumber - Class in jp.ecuacion.splib.web.bean
 
HtmlFieldNumber(String) - Constructor for class jp.ecuacion.splib.web.bean.HtmlFieldNumber
 
HtmlFieldString - Class in jp.ecuacion.splib.web.bean
 
HtmlFieldString(String) - Constructor for class jp.ecuacion.splib.web.bean.HtmlFieldString
 
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 htmlFilenamePostfix and returns ControllerContext.
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.

I

id - Variable in class jp.ecuacion.splib.web.bean.HtmlField
Is an ID which the root record name plus dot (like "acc.") is removed from the itemId.
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
Deprecated.
isDisabled() - Method in class jp.ecuacion.splib.web.form.PagerInfo
 
isDisabled(String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafOptionUtil
Deprecated.
isForSwitch(String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafOptionUtil
Deprecated.
isForward() - Method in class jp.ecuacion.splib.web.bean.ReturnUrlBean
 
isIgnoresCase() - Method in class jp.ecuacion.splib.web.bean.HtmlFieldString
 
isIgnoresCase() - Method in class jp.ecuacion.splib.web.form.record.StringMatchingConditionBean
 
isInsert - Variable in class jp.ecuacion.splib.web.form.SplibEditForm
insertか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.HtmlField
Shows whether the field allows empty.
isNotEmpty(boolean) - Method in class jp.ecuacion.splib.web.bean.HtmlField
 
isNotEmpty(boolean) - Method in class jp.ecuacion.splib.web.bean.HtmlFieldNumber
 
isNotEmpty(boolean) - Method in class jp.ecuacion.splib.web.bean.HtmlFieldString
 
isNotEmpty(String, String, String) - Method in interface jp.ecuacion.splib.web.form.record.RecordInterface
 
isNotEmpty(HtmlField.HtmlFieldConditionKeyEnum, String, boolean) - Method in class jp.ecuacion.splib.web.bean.HtmlField
複数登録する場合は、登録順序に意味がある。
isNotEmpty(HtmlField.HtmlFieldConditionKeyEnum, String, boolean) - Method in class jp.ecuacion.splib.web.bean.HtmlFieldNumber
 
isNotEmpty(HtmlField.HtmlFieldConditionKeyEnum, String, boolean) - Method in class jp.ecuacion.splib.web.bean.HtmlFieldString
 
isReadOnly(String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafOptionUtil
Deprecated.
isRequestFromSearchForm() - Method in class jp.ecuacion.splib.web.form.SplibSearchForm
 
isShowsMessagesLinkedToItemsAtEachField() - 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
 
isWidthFull(String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafOptionUtil
 
isWidthHalf(String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafOptionUtil
 

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
 
jp.ecuacion.splib.web.bean - package jp.ecuacion.splib.web.bean
 
jp.ecuacion.splib.web.config - package jp.ecuacion.splib.web.config
 
jp.ecuacion.splib.web.controller - package jp.ecuacion.splib.web.controller
 
jp.ecuacion.splib.web.exception - package jp.ecuacion.splib.web.exception
 
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
 
jp.ecuacion.splib.web.form.enums - package jp.ecuacion.splib.web.form.enums
 
jp.ecuacion.splib.web.form.record - package jp.ecuacion.splib.web.form.record
 
jp.ecuacion.splib.web.service - package jp.ecuacion.splib.web.service
 
jp.ecuacion.splib.web.util - package jp.ecuacion.splib.web.util
 

K

KEYWORD - Enum constant in enum class jp.ecuacion.splib.web.bean.HtmlField.HtmlFieldConditionKeyEnum
 

L

LOGIN_STATE - Enum constant in enum class jp.ecuacion.splib.web.bean.HtmlField.HtmlFieldConditionKeyEnum
 
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
 
LoginForm() - Constructor for class jp.ecuacion.splib.web.form.LoginForm
 
LoginRecord - Class in jp.ecuacion.splib.web.form.record
 
LoginRecord() - Constructor for class jp.ecuacion.splib.web.form.record.LoginRecord
 

M

matchingCondition - Variable in class jp.ecuacion.splib.web.bean.HtmlFieldString
 
mergeHtmlFields(HtmlField[], HtmlField[]) - 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
 
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.HtmlFieldNumber
文字列項目の場合のみ使用可。
needsCommas(boolean) - Method in class jp.ecuacion.splib.web.bean.HtmlFieldNumber
 
needsCommas(String) - Method in interface jp.ecuacion.splib.web.form.record.RecordInterface
 
needsEmptyOption(String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafOptionUtil
Deprecated.
needsOnclickJs(String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafOptionUtil
Deprecated.
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
 
noValidate() - Method in class jp.ecuacion.splib.web.form.SplibGeneralForm
prepare method内でのvalidation要否判断に使用。
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 RuntimeException to 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 redirectUrlOnAppExceptionBean procedures.
page(Model, String) - Method in class jp.ecuacion.splib.web.controller.ShowPageController
Shows the page designated by id parameter of the url.
PagerInfo - Class in jp.ecuacion.splib.web.form
Pagerを構成する1セルの情報が1PageInfo。
PagerInfo(String) - Constructor for class jp.ecuacion.splib.web.form.PagerInfo
disabledのセルを生成する際に使用するconstructor.
PagerInfo(String, boolean, int) - Constructor for class jp.ecuacion.splib.web.form.PagerInfo
clickableセルを生成する際に使用するconstructor.
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
 
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
基本的には、エラーが発生して自画面遷移するか、 処理成功ないし入力された情報を自画面で表示するが千位前画面で入力された内容をDBに格納しない場合に使用される。
PrepareSettings() - Constructor for class jp.ecuacion.splib.web.form.SplibGeneralForm.PrepareSettings
 
PUBLIC - Enum constant in enum class jp.ecuacion.splib.web.util.SplibUtil.LoginStateEnum
loginStateと言う意味では、本当はpublicよりnoneなどの方がわかりやすいのだが、 この名称がそのままhttps://domain/contextPath/xxx/....のxxx部分に載り、urlにnoneがあるのも違和感あるのでpublicとした。
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
record自体はweb, batchなどの種類によらず一定の形でcode-generatorから出力される。
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 model to 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 model to the transitioned page.
redirectUrlOnAppExceptionBean - Variable in class jp.ecuacion.splib.web.controller.SplibGeneralController
Is set If you want to redirect when AppException occurs.
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 @PostMapping methods.
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.HtmlField.HtmlFieldConditionKeyEnum
 
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
 
rootRecordName() - Method in class jp.ecuacion.splib.web.controller.SplibGeneralController.ControllerContext
Returns a rootRecordName linked to the controller.
rootRecordName(String) - Method in class jp.ecuacion.splib.web.controller.SplibGeneralController.ControllerContext
Stores rootRecordName and returns ControllerContext.
rows(String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafOptionUtil
 

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
 
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.HtmlField.HtmlFieldConditionContainer
 
setDirection(String) - Method in class jp.ecuacion.splib.web.form.SplibSearchForm
 
setDisplayString(String) - Method in class jp.ecuacion.splib.web.form.PagerInfo
 
setErrorMessage(String) - Method in class jp.ecuacion.splib.web.bean.MessagesBean
 
setErrorMessage(String, String...) - Method in class jp.ecuacion.splib.web.bean.MessagesBean
 
setForm(SplibGeneralForm) - Method in exception class jp.ecuacion.splib.web.exception.FormInputValidationException
 
setGoToPage(String) - Method in class jp.ecuacion.splib.web.form.PagerInfo
 
setIsInsert(Boolean) - Method in class jp.ecuacion.splib.web.form.SplibEditForm
 
setList(List<HtmlField.HtmlFieldCondition<T>>) - Method in class jp.ecuacion.splib.web.bean.HtmlField.HtmlFieldConditionContainer
 
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
 
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
pipeline処理のため自分をreturnしておく。
setRecordsInScreen(Integer) - Method in class jp.ecuacion.splib.web.form.SplibSearchForm
 
setRequestFromSearchForm(boolean) - Method in class jp.ecuacion.splib.web.form.SplibSearchForm
 
setShowsMessagesLinkedToItemsAtEachField(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(String, String) - Method in class jp.ecuacion.splib.web.bean.MessagesBean
 
setWarnMessage(String, String, String) - Method in class jp.ecuacion.splib.web.bean.MessagesBean
 
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 id parameter 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
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
 
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 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,S> - Class in jp.ecuacion.splib.web.controller
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 function and ControllerContext.
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
 
SplibGeneralForm() - Constructor for class jp.ecuacion.splib.web.form.SplibGeneralForm
 
SplibGeneralForm.PrepareSettings - Class in jp.ecuacion.splib.web.form
 
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
 
SplibListForm() - Constructor for class jp.ecuacion.splib.web.form.SplibListForm
 
SplibModelAttributes - Class in jp.ecuacion.splib.web.bean
modelAttribute.
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
 
SplibSearchForm() - Constructor for class jp.ecuacion.splib.web.form.SplibSearchForm
 
SplibSearchListController<FST,FLT,S> - Class in jp.ecuacion.splib.web.controller
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
 
SplibSecurityUtil() - Constructor for class jp.ecuacion.splib.web.util.SplibSecurityUtil
 
SplibSecurityUtil.RolesAndAuthoritiesBean - Class in jp.ecuacion.splib.web.util
 
SplibThymeleafExceptionUtil - Class in jp.ecuacion.splib.web.util
thymeleaf側から明示的にシステムエラーを発生させたい際に使用。
SplibThymeleafExceptionUtil() - Constructor for class jp.ecuacion.splib.web.util.SplibThymeleafExceptionUtil
 
SplibThymeleafMessageUtil - Class in jp.ecuacion.splib.web.util
thymeleaf側から呼ばれる想定のクラス。
SplibThymeleafMessageUtil() - Constructor for class jp.ecuacion.splib.web.util.SplibThymeleafMessageUtil
 
SplibThymeleafOptionUtil - Class in jp.ecuacion.splib.web.util
thymeleaf側から呼ばれる想定のクラス。
SplibThymeleafOptionUtil(HttpServletRequest) - Constructor for class jp.ecuacion.splib.web.util.SplibThymeleafOptionUtil
 
SplibThymeleafPropertiesUtil - Class in jp.ecuacion.splib.web.util
thymeleaf側から呼ばれる想定のクラス。
SplibThymeleafPropertiesUtil() - Constructor for class jp.ecuacion.splib.web.util.SplibThymeleafPropertiesUtil
 
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
 
SplibUtil() - Constructor for class jp.ecuacion.splib.web.util.SplibUtil
 
SplibUtil.LoginStateEnum - Enum Class in jp.ecuacion.splib.web.util
ログイン状態を指定。
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.HtmlFieldString
 
StringMatchingConditionBean - Class in jp.ecuacion.splib.web.form.record
 
StringMatchingConditionBean() - Constructor for class jp.ecuacion.splib.web.form.record.StringMatchingConditionBean
 
StringMatchingConditionBean(StringMatchingConditionBean.StringMatchingPatternEnum) - Constructor for class jp.ecuacion.splib.web.form.record.StringMatchingConditionBean
 
StringMatchingConditionBean(StringMatchingConditionBean.StringMatchingPatternEnum, boolean) - Constructor for class jp.ecuacion.splib.web.form.record.StringMatchingConditionBean
 
StringMatchingConditionBean.StringMatchingPatternEnum - Enum Class in jp.ecuacion.splib.web.form.record
 
subFunction() - Method in class jp.ecuacion.splib.web.controller.SplibGeneralController.ControllerContext
Returns a name that classifies the functions specified in function field.
subFunction(String) - Method in class jp.ecuacion.splib.web.controller.SplibGeneralController.ControllerContext
Stores subFunction and returns ControllerContext.
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 getProperSearchForm procedure.
systemError(String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafExceptionUtil
 

T

throw404() - Method in class jp.ecuacion.splib.web.controller.SplibGeneralController
Receives action url with GET method.
throwWarning(Set<String>, Locale, String, AppExceptionFields, String, String...) - Method in class jp.ecuacion.splib.web.service.SplibGeneralService
Provides the warning feature.
TRUE - Enum constant in enum class jp.ecuacion.splib.web.form.enums.BooleanOnSearchEnum
 

U

usernameLength() - Method in class jp.ecuacion.splib.web.form.record.LoginRecord
 

V

validate(BindingResult) - Method in class jp.ecuacion.splib.web.form.SplibGeneralForm
prepare method内でのvalidation要否判断に使用。
validateNotEmpty(String, SplibSecurityUtil.RolesAndAuthoritiesBean) - Method in class jp.ecuacion.splib.web.form.SplibGeneralForm
NotEmptyエラーの有無・件数だけを知りたい場合で、localeを取得するのが面倒な際はこちらを使用。
validateNotEmpty(Locale, String, SplibSecurityUtil.RolesAndAuthoritiesBean) - Method in class jp.ecuacion.splib.web.form.SplibGeneralForm
NotEmptyエラーのメッセージを取得したい場合はこちらを使用。
validates() - Method in class jp.ecuacion.splib.web.form.SplibGeneralForm.PrepareSettings
 
valueOf(String) - Static method in enum class jp.ecuacion.splib.web.bean.HtmlField.HtmlFieldConditionKeyEnum
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.enums.BooleanOnSearchEnum
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.HtmlField.HtmlFieldConditionKeyEnum
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.enums.BooleanOnSearchEnum
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
 
WarnMessageBean(String, String, String) - Constructor for class jp.ecuacion.splib.web.bean.MessagesBean.WarnMessageBean
 
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.
WebAppWarningException(Locale, String, String...) - Constructor for exception class jp.ecuacion.splib.web.exception.WebAppWarningException
Construct a new instance with the locale.

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
 
A B C D E F G H I J K L M N P R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form