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
cacheMinutes, device
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class sk.iway.iwcm.components.WebjetComponentAbstract
addCurrentValueToOptions, addCurrentValueToOptions, addOptions, getAppOptions, getCacheMinutes, getDevice, getViewFolder, init, init, initAppEditor, setCacheMinutes, setDevice, setViewFolder
-
Constructor Details
-
UsrLogonController
public UsrLogonController()
-
-
Method Details
-
usrlogonShowForm
@GetMapping("/usrlogon.struts") public String usrlogonShowForm(javax.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, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-