Uses of Class
jp.ecuacion.splib.web.bean.RedirectUrlBean
Packages that use RedirectUrlBean
Package
Description
-
Uses of RedirectUrlBean in jp.ecuacion.splib.web.bean
Subclasses of RedirectUrlBean in jp.ecuacion.splib.web.beanModifier and TypeClassDescriptionclassclassclassclassclassclassMethods in jp.ecuacion.splib.web.bean that return RedirectUrlBeanModifier and TypeMethodDescriptionRedirectUrlBean.forward()paramMapへの追加。paramMapへの追加。RedirectUrlBean.putParamMap(Map<String, String[]> paramMap) paramMapへの追加。paramMapへの追加。RedirectUrlBean.removeParam(String key) RedirectUrlOnSuccessInterface.removeParam(String key) -
Uses of RedirectUrlBean in jp.ecuacion.splib.web.controller
Fields in jp.ecuacion.splib.web.controller declared as RedirectUrlBeanModifier and TypeFieldDescriptionprotected RedirectUrlBeanSplibGeneralController.redirectUrlOnAppExceptionBeanMethods in jp.ecuacion.splib.web.controller that return RedirectUrlBeanMethods in jp.ecuacion.splib.web.controller with parameters of type RedirectUrlBeanModifier and TypeMethodDescriptionprotected StringSplibGeneralController.getReturnStringOnSuccess(RedirectUrlBean redirectUrlBean) 処理が終わり、最終的にredirectする場合に使用。 -
Uses of RedirectUrlBean in jp.ecuacion.splib.web.exception
Methods in jp.ecuacion.splib.web.exception that return RedirectUrlBeanConstructors in jp.ecuacion.splib.web.exception with parameters of type RedirectUrlBeanModifierConstructorDescriptionBizLogicRedirectAppException(RedirectUrlBean redirectUrlBean, String messageId) BizLogicRedirectAppException(RedirectUrlBean redirectUrlBean, String messageId, String... messageArgs) -
Uses of RedirectUrlBean in jp.ecuacion.splib.web.util
Methods in jp.ecuacion.splib.web.util with parameters of type RedirectUrlBeanModifier and TypeMethodDescriptionSplibUtil.prepareForRedirectAndGetPath(RedirectUrlBean redirectBean, boolean takesOverModel, SplibGeneralController<?> ctrl, jakarta.servlet.http.HttpServletRequest request, org.springframework.ui.Model model)