モジュール jp.ecuacion.splib.web
クラス SplibGeneral2FormsController<F1 extends SplibGeneralForm,F2 extends SplibGeneralForm,S extends SplibGeneral2FormsService<F1,F2>>
java.lang.Object
jp.ecuacion.splib.web.controller.SplibBaseController
jp.ecuacion.splib.web.controller.SplibGeneralController<S>
jp.ecuacion.splib.web.controller.SplibGeneral2FormsController<F1,F2,S>
- 直系の既知のサブクラス:
SplibSearchListController
public abstract class SplibGeneral2FormsController<F1 extends SplibGeneralForm,F2 extends SplibGeneralForm,S extends SplibGeneral2FormsService<F1,F2>>
extends SplibGeneralController<S>
-
ネストされたクラスの概要
クラスから継承されたネストされたクラス/インタフェース jp.ecuacion.splib.web.controller.SplibGeneralController
SplibGeneralController.ControllerContext, SplibGeneralController.PrepareSettings -
フィールドの概要
クラスから継承されたフィールド jp.ecuacion.splib.web.controller.SplibGeneralController
context, prepareSettings, redirectUrlOnAppExceptionBean, rolesAndAuthoritiesBean, serviceListクラスから継承されたフィールド jp.ecuacion.splib.web.controller.SplibBaseController
request -
コンストラクタの概要
コンストラクタ修飾子コンストラクタ説明SplibGeneral2FormsController(String function) protectedSplibGeneral2FormsController(String function, SplibGeneralController.ControllerContext settings) functionを指定したconstructor。 -
メソッドの概要
修飾子とタイプメソッド説明page(org.springframework.ui.Model model, F1 form1, F2 form2, org.springframework.security.core.userdetails.UserDetails loginUser) postした際にsession timeoutだった場合はlogin画面に戻されるがその際もPOST通信になる場合があるなど、 場面によりget/post両方ありうるので両方記載しておく。submitOnChangeToRefresh(org.springframework.ui.Model model, F1 form1, F2 form2, org.springframework.security.core.userdetails.UserDetails loginUser) 場面によりget/post両方ありうるので両方記載しておく。クラスから継承されたメソッド jp.ecuacion.splib.web.controller.SplibGeneralController
getDefaultHtmlFileName, getDefaultPageOnAppException, getDefaultPageOnSuccess, getDefaultSubFunctionOnAppException, getDefaultSubFunctionOnSuccess, getFunction, getPrepareSettings, getRedirectUrlOnAppExceptionBean, getReturnStringOnSuccess, getReturnStringOnSuccess, getReturnStringToShowPage, getReturnStringToShowPage, getRootRecordName, getService, getSubFunction, newContext, prepare, prepare, prepare, prepare, prepareForForwardAndGetPath, prepareForForwardAndGetPath, prepareForRedirectOrForwardAndGetPath, prepareForSuccessRedirectAndGetPath, prepareForSuccessRedirectAndGetPath, throw404, transactionTokenCheckクラスから継承されたメソッド jp.ecuacion.splib.web.controller.SplibBaseController
initBinder
-
コンストラクタの詳細
-
SplibGeneral2FormsController
-
SplibGeneral2FormsController
protected SplibGeneral2FormsController(@Nonnull String function, @NonNull SplibGeneralController.ControllerContext settings) functionを指定したconstructor。functionだけは必須なのでconstructorの引数としている。
-
-
メソッドの詳細
-
page
@RequestMapping(value="page", method={GET,POST}) public String page(org.springframework.ui.Model model, F1 form1, F2 form2, @AuthenticationPrincipal org.springframework.security.core.userdetails.UserDetails loginUser) throws Exception postした際にsession timeoutだった場合はlogin画面に戻されるがその際もPOST通信になる場合があるなど、 場面によりget/post両方ありうるので両方記載しておく。- 例外:
Exception
-
submitOnChangeToRefresh
@RequestMapping(value="action", params="submitOnChangeToRefresh=true", method={GET,POST}) public String submitOnChangeToRefresh(org.springframework.ui.Model model, F1 form1, F2 form2, @AuthenticationPrincipal org.springframework.security.core.userdetails.UserDetails loginUser) throws Exception 場面によりget/post両方ありうるので両方記載しておく。- 例外:
Exception
-