Uses of Class
jp.ecuacion.splib.web.bean.ReturnUrlBean
Packages that use ReturnUrlBean
Package
Description
Provides beans.
Provides controllers.
Provides forms.
-
Uses of ReturnUrlBean in jp.ecuacion.splib.web.bean
Methods in jp.ecuacion.splib.web.bean that return ReturnUrlBeanModifier and TypeMethodDescriptionAdds the argument parameter toparamMap.Adds the argument parameter toparamMap.ReturnUrlBean.putParamMap(Map<String, String[]> paramMap) Adds the argument map toparamMap.ReturnUrlBean.removeParam(String key) Removes the argument key fromparamMap.ReturnUrlBean.setProtocolForward()Sets isForward.ReturnUrlBean.showSuccessMessage()add parameter to show success message. -
Uses of ReturnUrlBean in jp.ecuacion.splib.web.controller
Fields in jp.ecuacion.splib.web.controller declared as ReturnUrlBeanModifier and TypeFieldDescriptionprotected ReturnUrlBeanSplibEditController.redirectOnSuccessprotected ReturnUrlBeanSplibGeneralController.redirectUrlOnAppExceptionBeanIs set If you want to redirect whenAppExceptionoccurs.Methods in jp.ecuacion.splib.web.controller that return ReturnUrlBean -
Uses of ReturnUrlBean in jp.ecuacion.splib.web.util
Methods in jp.ecuacion.splib.web.util with parameters of type ReturnUrlBeanModifier and TypeMethodDescriptionSplibUtil.prepareForPageTransition(jakarta.servlet.http.HttpServletRequest request, ReturnUrlBean redirectBean, org.springframework.ui.Model model, boolean takeOverMessages) Prepares for page transition and returns url.