Index

A B C D E F G H I J 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
Goes to the home page of the system.
add(HtmlItem.HtmlItemCondition) - Method in class jp.ecuacion.splib.web.item.HtmlItem.HtmlItemConditionContainer
adds condition.
addInterceptors(InterceptorRegistry) - Method in class jp.ecuacion.splib.web.config.SplibWebConfig
 
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_CONTAINS - Enum constant in enum class jp.ecuacion.splib.web.item.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.
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

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.record
Is a record for configController.
ConfigRecord() - Constructor for class jp.ecuacion.splib.web.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.record.StringMatchingConditionBean.StringMatchingPatternEnum
 
executeForAccountBelongingToGroup(SplibRecord) - Method in class jp.ecuacion.splib.web.advice.SplibDataStoreDependentControllerAdvice
Additional procedure for accounts belonging to group 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 function and returns ControllerContext.
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 functionKind and returns ControllerContext.

G

get(String) - Method in class jp.ecuacion.splib.web.form.SplibGeneralForm
Obtains record.
getAccAdmin(UserDetails) - Method in class jp.ecuacion.splib.web.service.SplibDataStoreDependentControllerAdviceService
Obtains logged-in admin account in SplibRecord data type from UserDetails data type.
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.
getAccGeneral(UserDetails) - Method in class jp.ecuacion.splib.web.service.SplibDataStoreDependentControllerAdviceService
Obtains logged-in account in SplibRecord data type from UserDetails data type.
getAdminLogin() - Method in class jp.ecuacion.splib.web.form.AdminLoginForm
 
getAppVersion() - Method in class jp.ecuacion.splib.web.record.ConfigRecord
get appVersion.
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
 
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.record.ConfigRecord
 
getConditionKey() - Method in class jp.ecuacion.splib.web.item.HtmlItem.HtmlItemCondition
 
getConditionValue() - Method in class jp.ecuacion.splib.web.item.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 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
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.item.HtmlItem.HtmlItemConditionContainer
 
getDeleteConfirmMessage(String, String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafComponentUtil
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
 
getDisplayString() - Method in class jp.ecuacion.splib.web.form.PagerInfo
 
getErrorMessages() - Method in class jp.ecuacion.splib.web.bean.MessagesBean
Obtains all the errors.
getErrorMessagesAtEachItem() - Method in class jp.ecuacion.splib.web.bean.MessagesBean
Obtains all the messages with itemPropertyPath specified.
getErrorMessagesAtEachItem(String) - Method in class jp.ecuacion.splib.web.bean.MessagesBean
Obtains all the messages with itemPropertyPath specified.
getErrorMessagesAtTheTop() - Method in class jp.ecuacion.splib.web.bean.MessagesBean
Obtains all the messages without itemPropertyPath specified.
getExcelTemplateVersion() - Method in class jp.ecuacion.splib.web.record.ConfigRecord
 
getFilteredList(List, 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 SplibRecord data type.
getHtmlItem(String) - Method in interface jp.ecuacion.splib.web.item.HtmlItemContainer
Returns HtmlItem from HtmlItem[] and fieldId.
getHtmlItems() - Method in interface jp.ecuacion.splib.web.item.HtmlItemContainer
Returns HtmlItem.
getHtmlItems() - Method in class jp.ecuacion.splib.web.record.ConfigRecord
 
getHtmlItems() - Method in class jp.ecuacion.splib.web.record.LoginRecord
 
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.item.HtmlItem
Obtains isNotEmpty.
getIsNotEmptyOnSearch(String, SplibSecurityUtil.RolesAndAuthoritiesBean) - Method in class jp.ecuacion.splib.web.item.HtmlItem
Obtains isNotEmpty.
getItemPropertyPaths() - Method in exception class jp.ecuacion.splib.web.exception.WebAppWarningException
 
getItems() - Method in interface jp.ecuacion.splib.web.item.HtmlItemContainer
Returns HtmlItem.
getLinesInScreen() - Method in class jp.ecuacion.splib.web.form.SplibSearchForm
Is used for search result records display like "6-10 / 15".
getLogin() - Method in class jp.ecuacion.splib.web.form.LoginForm
 
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.
getLoginStateDependentValueOrElse(String, String, String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafPropertiesUtil
Returns loginState dependent value.
getLogLevel() - Method in exception class jp.ecuacion.splib.web.exception.RedirectException
 
getLogString() - Method in exception class jp.ecuacion.splib.web.exception.RedirectException
 
getMessage() - Method in class jp.ecuacion.splib.web.bean.MessagesBean.WarnMessageBean
 
getMessageArgs() - Method in exception class jp.ecuacion.splib.web.exception.RedirectException
 
getMessageId() - Method in class jp.ecuacion.splib.web.bean.MessagesBean.WarnMessageBean
 
getMessageId() - Method in exception class jp.ecuacion.splib.web.exception.RedirectException
 
getMethodName(String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafStringUtil
Change string like acc -> getAcc, acc.name -> getAcc().getName.
getNeedsCommas() - Method in class jp.ecuacion.splib.web.item.HtmlItemNumber
 
getNeedsSuccessMessage() - Method in class jp.ecuacion.splib.web.bean.MessagesBean
 
getNewItem(String) - Method in interface jp.ecuacion.splib.web.item.HtmlItemContainer
Returns a new instance.
getNotEmptyItemPropertyPathList(String, SplibSecurityUtil.RolesAndAuthoritiesBean) - Method in interface jp.ecuacion.splib.web.item.HtmlItemContainer
Obtrains NotEmpty fields.
getNotEmptyItemPropertyPathList(HtmlItemContainer, String, SplibSecurityUtil.RolesAndAuthoritiesBean) - Method in class jp.ecuacion.splib.web.form.SplibGeneralForm
Supplies NotEmpty fields in rootRecord.
getNotEmptyItemPropertyPathList(HtmlItemContainer, String, SplibSecurityUtil.RolesAndAuthoritiesBean) - Method in class jp.ecuacion.splib.web.form.SplibSearchForm
 
getNotEmptyOnSearchItemPropertyPathList(String, SplibSecurityUtil.RolesAndAuthoritiesBean) - Method in interface jp.ecuacion.splib.web.item.HtmlItemContainer
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 DatetimeFormatParameters instance.
getParams(HttpServletRequest) - Method in class jp.ecuacion.splib.web.util.SplibUtil
Returns DatetimeFormatParameters.
getPassword() - Method in class jp.ecuacion.splib.web.record.LoginRecord
 
getPictureDataBase64(String, String) - Static method in class jp.ecuacion.splib.web.util.SplibComponentUtil
Obtains picture data in BASE64 format.
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.RedirectException
 
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.item.HtmlItemContainer
Gets SearchPatternComment.
getSearchPatterns() - Method in interface jp.ecuacion.splib.web.item.HtmlItemContainer
Returns search pattern for each item.
getService() - Method in class jp.ecuacion.splib.web.controller.SplibGeneralController
Returns a service instance.
getSortedList(List, SplibSearchForm) - Method in class jp.ecuacion.splib.web.service.SplibSearchListService
Sorts the list.
getSortedList(List, 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.item.HtmlItemString
 
getStringSearchPatternEnum() - Method in class jp.ecuacion.splib.web.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.record.LoginRecord
 
getValue() - Method in class jp.ecuacion.splib.web.item.HtmlItem.HtmlItemCondition
 
getValue(String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafPropertiesUtil
Returns value from the argument key.
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.item.HtmlItem.HtmlItemConditionContainer
Returns value.
getValue(Locale, String, String...) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafMessageUtil
Gets message or itemName from the specified key.
getValueOrElse(String, String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafPropertiesUtil
Returns value from the argument key or defaultValue when the key does not exist in application[...].properties.
getValueOrElse(String, String, String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafOptionUtil
Returns value obtained from the key, or defaultValue when the key does not exist in the properties file.
getValueOrElse(Locale, String, String, String...) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafMessageUtil
Returns value from the argument key.
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.
handleOptimisticLockingFailureException(OverlappingFileLockException, UserDetails) - Method in class jp.ecuacion.splib.web.exceptionhandler.SplibExceptionHandler
Catches OverlappingFileLockException.
handleRedirectNeededExceptions(Exception, Model) - Method in class jp.ecuacion.splib.web.exceptionhandler.SplibExceptionHandler
Catches some specific exceptions.
handleThrowable(Throwable, Model) - Method in class jp.ecuacion.splib.web.exceptionhandler.SplibExceptionHandler
Catches Throwable.
hasKey(String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafMessageUtil
Returns whether properties files have a message with key.
hasKey(String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafPropertiesUtil
Returns a boolean whether application[...].properties has the argument key.
hasKey(String, String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafOptionUtil
Returns if specified key exists in options.
hasNotEmptyError(String, SplibSecurityUtil.RolesAndAuthoritiesBean) - Method in class jp.ecuacion.splib.web.form.SplibGeneralForm
Has a notEmpty error.
hideValue() - Method in class jp.ecuacion.splib.web.item.HtmlItem
 
hideValue() - Method in class jp.ecuacion.splib.web.item.HtmlItemNumber
 
hideValue() - Method in class jp.ecuacion.splib.web.item.HtmlItemSelect
This is defined just like other HtmlItems but it doesn't seem to be needed because it's impossible to select an option with value hidden.
hideValue() - Method in class jp.ecuacion.splib.web.item.HtmlItemString
 
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.
HtmlItem - Class in jp.ecuacion.splib.web.item
Stores attributes of an html component which control the behaviors of the component in html pages.
HtmlItem(String) - Constructor for class jp.ecuacion.splib.web.item.HtmlItem
Constructs a new instance.
HtmlItem.HtmlItemCondition<T> - Class in jp.ecuacion.splib.web.item
Stores one HtmlItem condition.
HtmlItem.HtmlItemConditionContainer<T> - Class in jp.ecuacion.splib.web.item
Stores multiple HtmlItem conditions.
HtmlItem.HtmlItemConditionKeyEnum - Enum Class in jp.ecuacion.splib.web.item
Is the condition which decides isNotEmpty or not.
HtmlItemCondition(HtmlItem.HtmlItemConditionKeyEnum, String, T) - Constructor for class jp.ecuacion.splib.web.item.HtmlItem.HtmlItemCondition
Constructs a new instance.
HtmlItemConditionContainer(T) - Constructor for class jp.ecuacion.splib.web.item.HtmlItem.HtmlItemConditionContainer
Returns the defaultValue.
HtmlItemContainer - Interface in jp.ecuacion.splib.web.item
Has features related web environment.
HtmlItemNumber - Class in jp.ecuacion.splib.web.item
Is used for number item.
HtmlItemNumber(String) - Constructor for class jp.ecuacion.splib.web.item.HtmlItemNumber
Constructs a new instance.
HtmlItemSelect - Class in jp.ecuacion.splib.web.item
Is used for number item.
HtmlItemSelect(String) - Constructor for class jp.ecuacion.splib.web.item.HtmlItemSelect
Constructs a new instance.
HtmlItemString - Class in jp.ecuacion.splib.web.item
Is used for string item.
HtmlItemString(String) - Constructor for class jp.ecuacion.splib.web.item.HtmlItemString
Constructs a new instance.

I

initBinder(WebDataBinder) - Method in class jp.ecuacion.splib.web.controller.SplibBaseController
Provides the feature that the item values in a request parameter changes all at once.
isDisabled() - Method in class jp.ecuacion.splib.web.form.PagerInfo
 
isForward() - Method in class jp.ecuacion.splib.web.bean.ReturnUrlBean
 
isIgnoresCase() - Method in class jp.ecuacion.splib.web.item.HtmlItemString
 
isIgnoresCase() - Method in class jp.ecuacion.splib.web.record.StringMatchingConditionBean
 
isInsert - Variable in class jp.ecuacion.splib.web.form.SplibEditForm
Stores whether the edit request is 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.item.HtmlItem
Shows whether an item allows empty.
isNotEmpty(boolean) - Method in class jp.ecuacion.splib.web.item.HtmlItem
Sets isNotEmpty to isNotEmpty.
isNotEmpty(boolean) - Method in class jp.ecuacion.splib.web.item.HtmlItemNumber
 
isNotEmpty(boolean) - Method in class jp.ecuacion.splib.web.item.HtmlItemSelect
 
isNotEmpty(boolean) - Method in class jp.ecuacion.splib.web.item.HtmlItemString
 
isNotEmpty(String, String, String) - Method in interface jp.ecuacion.splib.web.item.HtmlItemContainer
Returns whether isNotEmpty or not.
isNotEmpty(HtmlItem.HtmlItemConditionKeyEnum, String, boolean) - Method in class jp.ecuacion.splib.web.item.HtmlItem
Sets isNotEmpty to isNotEmpty with the conditions of HtmlItemConditionKeyEnum, authString.
isNotEmpty(HtmlItem.HtmlItemConditionKeyEnum, String, boolean) - Method in class jp.ecuacion.splib.web.item.HtmlItemNumber
 
isNotEmpty(HtmlItem.HtmlItemConditionKeyEnum, String, boolean) - Method in class jp.ecuacion.splib.web.item.HtmlItemSelect
 
isNotEmpty(HtmlItem.HtmlItemConditionKeyEnum, String, boolean) - Method in class jp.ecuacion.splib.web.item.HtmlItemString
 
isNotEmptyOnSearch - Variable in class jp.ecuacion.splib.web.item.HtmlItem
 
isNotEmptyOnSearch(boolean) - Method in class jp.ecuacion.splib.web.item.HtmlItem
Sets required.
isNotEmptyOnSearch(boolean) - Method in class jp.ecuacion.splib.web.item.HtmlItemNumber
 
isNotEmptyOnSearch(boolean) - Method in class jp.ecuacion.splib.web.item.HtmlItemSelect
 
isNotEmptyOnSearch(boolean) - Method in class jp.ecuacion.splib.web.item.HtmlItemString
 
isNotEmptyOnSearch(String, String, String) - Method in interface jp.ecuacion.splib.web.item.HtmlItemContainer
Returns whether isNotEmpty or not.
isNotEmptyOnSearch(HtmlItem.HtmlItemConditionKeyEnum, String, boolean) - Method in class jp.ecuacion.splib.web.item.HtmlItem
Sets isNotEmptyOnSearch with the conditions of HtmlItemConditionKeyEnum, authString.
isNotEmptyOnSearch(HtmlItem.HtmlItemConditionKeyEnum, String, boolean) - Method in class jp.ecuacion.splib.web.item.HtmlItemNumber
 
isNotEmptyOnSearch(HtmlItem.HtmlItemConditionKeyEnum, String, boolean) - Method in class jp.ecuacion.splib.web.item.HtmlItemSelect
 
isNotEmptyOnSearch(HtmlItem.HtmlItemConditionKeyEnum, String, boolean) - Method in class jp.ecuacion.splib.web.item.HtmlItemString
 
isPrepared() - Method in class jp.ecuacion.splib.web.form.SplibSearchForm
 
isRequestFromSearchForm() - Method in class jp.ecuacion.splib.web.form.SplibSearchForm
 
isValid(String) - Method in class jp.ecuacion.splib.web.bean.MessagesBean
Returns invalid class string if the item is invalid.
itemNameKey(String) - Method in class jp.ecuacion.splib.web.item.HtmlItem
 
itemNameKey(String) - Method in class jp.ecuacion.splib.web.item.HtmlItemNumber
 
itemNameKey(String) - Method in class jp.ecuacion.splib.web.item.HtmlItemSelect
 
itemNameKey(String) - Method in class jp.ecuacion.splib.web.item.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
Provides beans.
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.item - package jp.ecuacion.splib.web.item
Provides Items and ItemContainers.
jp.ecuacion.splib.web.record - package jp.ecuacion.splib.web.record
Provides records.
jp.ecuacion.splib.web.service - package jp.ecuacion.splib.web.service
Provides services.
jp.ecuacion.splib.web.util - package jp.ecuacion.splib.web.util
Provides forms.

L

LOGIN_STATE - Enum constant in enum class jp.ecuacion.splib.web.item.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.record
Is a record for loginController.
LoginRecord() - Constructor for class jp.ecuacion.splib.web.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 rootRecordName and returns ControllerContext.
matchingCondition - Variable in class jp.ecuacion.splib.web.item.HtmlItemString
 
mergeHtmlItems(HtmlItem[], HtmlItem[]) - Method in interface jp.ecuacion.splib.web.item.HtmlItemContainer
Merge htmlItems.
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.item.HtmlItemNumber
Determines whether commas are used or not.
needsCommas(boolean) - Method in class jp.ecuacion.splib.web.item.HtmlItemNumber
Returns needsCommas.
needsCommas(String, String) - Method in interface jp.ecuacion.splib.web.item.HtmlItemContainer
Returns whether the propertyPath needs comma.
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.
notEmpty() - Method in class jp.ecuacion.splib.web.item.HtmlItem
Sets isNotEmpty == true, which means you want the item to be not empty.
notEmpty() - Method in class jp.ecuacion.splib.web.item.HtmlItemNumber
 
notEmpty() - Method in class jp.ecuacion.splib.web.item.HtmlItemSelect
 
notEmpty() - Method in class jp.ecuacion.splib.web.item.HtmlItemString
 
notEmptyOnSearch() - Method in class jp.ecuacion.splib.web.item.HtmlItem
Sets required.
notEmptyOnSearch() - Method in class jp.ecuacion.splib.web.item.HtmlItemNumber
 
notEmptyOnSearch() - Method in class jp.ecuacion.splib.web.item.HtmlItemSelect
 
notEmptyOnSearch() - Method in class jp.ecuacion.splib.web.item.HtmlItemString
 
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 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
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.record.StringMatchingConditionBean.StringMatchingPatternEnum
 
passwordLength() - Method in class jp.ecuacion.splib.web.record.LoginRecord
password length.
POSTFIX - Enum constant in enum class jp.ecuacion.splib.web.record.StringMatchingConditionBean.StringMatchingPatternEnum
 
PREFIX - Enum constant in enum class jp.ecuacion.splib.web.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, UserDetails) - Method in class jp.ecuacion.splib.web.service.SplibGeneral1FormService
 
prepareForm(List, UserDetails) - Method in class jp.ecuacion.splib.web.service.SplibGeneral2FormsService
 
prepareForm(List, UserDetails) - Method in class jp.ecuacion.splib.web.service.SplibGeneralService
Puts data needed to display a page.
prepareForPageTransition(HttpServletRequest, 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
 
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) - Method in class jp.ecuacion.splib.web.bean.ReturnUrlBean
Adds the argument map to paramMap.

R

recordsInScreen - Variable in class jp.ecuacion.splib.web.form.SplibSearchForm
 
RedirectException - Exception Class in jp.ecuacion.splib.web.exception
Redirects to specified page.
RedirectException(String) - Constructor for exception class jp.ecuacion.splib.web.exception.RedirectException
Constructs a new instance.
RedirectException(String, String, String...) - Constructor for exception class jp.ecuacion.splib.web.exception.RedirectException
Constructs a new instance.
RedirectException(String, Level, String) - Constructor for exception class jp.ecuacion.splib.web.exception.RedirectException
Constructs a new instance.
RedirectException(String, Level, String, String[]) - Constructor for exception class jp.ecuacion.splib.web.exception.RedirectException
Constructs a new instance.
RedirectException(String, Level, String, String, String...) - Constructor for exception class jp.ecuacion.splib.web.exception.RedirectException
Constructs a new instance.
redirectOnSuccess - Variable in class jp.ecuacion.splib.web.controller.SplibEditController
 
RedirectToHomePageException - Exception Class in jp.ecuacion.splib.web.exception
Transitions to home page.
RedirectToHomePageException() - Constructor for exception class jp.ecuacion.splib.web.exception.RedirectToHomePageException
Constructs a new instance.
RedirectToHomePageException(String, String...) - Constructor for exception class jp.ecuacion.splib.web.exception.RedirectToHomePageException
Constructs a new instance.
RedirectToHomePageException(Level, String) - Constructor for exception class jp.ecuacion.splib.web.exception.RedirectToHomePageException
Constructs a new instance.
RedirectToHomePageException(Level, String, String[]) - Constructor for exception class jp.ecuacion.splib.web.exception.RedirectToHomePageException
RedirectToHomePageException(Level, String, String, String...) - Constructor for exception class jp.ecuacion.splib.web.exception.RedirectToHomePageException
Constructs a new instance.
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(String) - Constructor for class jp.ecuacion.splib.web.bean.ReturnUrlBean
Constructs a new instance with explicit 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_CONTAINS - Enum constant in enum class jp.ecuacion.splib.web.item.HtmlItem.HtmlItemConditionKeyEnum
 
rolesAndAuthoritiesBean - Variable in class jp.ecuacion.splib.web.controller.SplibGeneralController
 
RolesAndAuthoritiesBean(List, List) - Constructor for class jp.ecuacion.splib.web.util.SplibSecurityUtil.RolesAndAuthoritiesBean
Constructs a new instance.

S

saveUploadedFile(String) - Static method in class jp.ecuacion.splib.web.util.SplibComponentUtil
Saves uploaded file.
saveUploadedFile(MultipartFile) - Static method in class jp.ecuacion.splib.web.util.SplibComponentUtil
Saves uploaded file.
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.
selectListMethodName(String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafStringUtil
Change string like acc -> getAccList, acc.name -> getAcc_NameList.
selectListMethodNameForEnum(String) - Method in class jp.ecuacion.splib.web.util.SplibThymeleafStringUtil
Change string like acc -> getAccList, acc.name -> getAcc().getNameList.
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
 
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.item.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, boolean, 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) - Method in class jp.ecuacion.splib.web.item.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
 
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.record.LoginRecord
 
setPrepared(boolean) - Method in class jp.ecuacion.splib.web.form.SplibSearchForm
 
setProtocolForward() - Method in class jp.ecuacion.splib.web.bean.ReturnUrlBean
Sets isForward.
setRecList(List) - 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
 
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.record.LoginRecord
 
setWarnMessage(MessagesBean.WarnMessageBean) - Method in class jp.ecuacion.splib.web.bean.MessagesBean
 
showInsertForm(Model, FST, FLT, 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, FST, FLT, 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
 
SplibComponentUtil - Class in jp.ecuacion.splib.web.util
Provides utilities for html components processing.
SplibComponentUtil() - Constructor for class jp.ecuacion.splib.web.util.SplibComponentUtil
 
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
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,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
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
 
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,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
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.
SplibThymeleafComponentUtil - Class in jp.ecuacion.splib.web.util
Offers utility methods for components.
SplibThymeleafComponentUtil(HttpServletRequest) - Constructor for class jp.ecuacion.splib.web.util.SplibThymeleafComponentUtil
Constructs a new instance.
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() - Constructor for class jp.ecuacion.splib.web.util.SplibThymeleafOptionUtil
Constructs a new instance.
SplibThymeleafPropertiesUtil - Class in jp.ecuacion.splib.web.util
Offers access to application[...].properties.
SplibThymeleafPropertiesUtil() - Constructor for class jp.ecuacion.splib.web.util.SplibThymeleafPropertiesUtil
Constructs a new instance.
SplibThymeleafStringUtil - Class in jp.ecuacion.splib.web.util
Is a string util called from 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.item.HtmlItemString
Offers the string search pattern.
StringMatchingConditionBean - Class in jp.ecuacion.splib.web.record
Stores string match condition for search function.
StringMatchingConditionBean() - Constructor for class jp.ecuacion.splib.web.record.StringMatchingConditionBean
Constructs a new instance.
StringMatchingConditionBean(StringMatchingConditionBean.StringMatchingPatternEnum) - Constructor for class jp.ecuacion.splib.web.record.StringMatchingConditionBean
Constructs a new instance.
StringMatchingConditionBean(StringMatchingConditionBean.StringMatchingPatternEnum, boolean) - Constructor for class jp.ecuacion.splib.web.record.StringMatchingConditionBean
Constructs a new instance.
StringMatchingConditionBean.StringMatchingPatternEnum - Enum Class in jp.ecuacion.splib.web.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 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
Causes a system error.

T

throwWarning(Set, 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.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.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.item.HtmlItem.HtmlItemConditionKeyEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jp.ecuacion.splib.web.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.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.item.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.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
 
A B C D E F G H I J L M N P R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form