Class PrincipalControllerHtml
- java.lang.Object
-
- lumis.portal.controller.ControllerHtml
-
- lumis.doui.control.principalpicker.PrincipalControllerHtml
-
public class PrincipalControllerHtml extends ControllerHtml
Controller to fills the list of desired principals on response.- Since:
- 7.0.0
- Version:
- $Revision: 22372 $ $Date: 2019-02-06 19:01:54 -0200 (Wed, 06 Feb 2019) $
-
-
Field Summary
-
Fields inherited from class lumis.portal.controller.ControllerHtml
out, request, response, sessionConfig, userConfig
-
-
Constructor Summary
Constructors Constructor Description PrincipalControllerHtml(HttpServletRequest request, HttpServletResponse response)
Constructor class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleRequest()
Handles the HTTP request.-
Methods inherited from class lumis.portal.controller.ControllerHtml
deleteCookie, getCookie, getRequestMode, getSessionConfig, loadUserInfo, setCookie
-
-
-
-
Constructor Detail
-
PrincipalControllerHtml
public PrincipalControllerHtml(HttpServletRequest request, HttpServletResponse response) throws PortalException
Constructor class.- Parameters:
request
- the request.response
- the response.- Throws:
PortalException
- Since:
- 7.0.0
-
-