Package sk.iway.iwcm.components.user
Class UsrLogonController
java.lang.Object
sk.iway.iwcm.components.WebjetComponentAbstract
sk.iway.iwcm.components.user.UsrLogonController
- All Implemented Interfaces:
WebjetComponentInterface
Logon on standard webpage to private section,
page should have included /components/user/logon.jsp
-
Field Summary
Fields inherited from class sk.iway.iwcm.components.WebjetComponentAbstract
appHideFields, cacheMinutes, device, showForLoggedUser, wrapperAriaLabel, wrapperClass, wrapperId, wrapperTitle -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class sk.iway.iwcm.components.WebjetComponentAbstract
addCurrentValueToOptions, addCurrentValueToOptions, addOptions, buildWrapperDiv, getAppHideFields, getAppOptions, getBaseAppOptions, getCacheMinutes, getDevice, getShowForLoggedUser, getViewFolder, getWrapperAriaLabel, getWrapperClass, getWrapperId, getWrapperTitle, init, init, initAppEditor, setAppHideFields, setCacheMinutes, setDevice, setShowForLoggedUser, setViewFolder, setWrapperAriaLabel, setWrapperClass, setWrapperId, setWrapperTitle
-
Constructor Details
-
UsrLogonController
public UsrLogonController()
-
-
Method Details
-
usrlogonShowForm
@GetMapping("/usrlogon.struts") public String usrlogonShowForm(jakarta.servlet.http.HttpServletRequest request) -
usrlogon
@PostMapping("/usrlogon.struts") @ResponseBody public void usrlogon(@RequestParam(required=false) String username, @RequestParam(required=false) String password, @RequestParam(required=false) Integer docId, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
-