Package lumis.service.sendtofriend
Class SendToFriendControllerHtml
- java.lang.Object
-
- lumis.portal.controller.ControllerHtml
-
- lumis.service.sendtofriend.SendToFriendControllerHtml
-
public class SendToFriendControllerHtml extends ControllerHtml
Html controller for link of send to friend service. Sets the locale in user current session config and rediret to the link given by url param if it belongs to some registered domain otherwise send a page not found error.- Since:
- 4.0.11
- Version:
- $Revision: 24031 $ $Date: 2020-08-14 13:53:54 -0300 (Fri, 14 Aug 2020) $
-
-
Field Summary
-
Fields inherited from class lumis.portal.controller.ControllerHtml
out, request, response, sessionConfig, userConfig
-
-
Constructor Summary
Constructors Constructor Description SendToFriendControllerHtml(HttpServletRequest request, HttpServletResponse response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleLinkRequest()
-
Methods inherited from class lumis.portal.controller.ControllerHtml
deleteCookie, getCookie, getRequestMode, getSessionConfig, loadUserInfo, setCookie
-
-
-
-
Constructor Detail
-
SendToFriendControllerHtml
public SendToFriendControllerHtml(HttpServletRequest request, HttpServletResponse response) throws ControllerException, PortalException
- Throws:
ControllerException
PortalException
-
-
Method Detail
-
handleLinkRequest
public void handleLinkRequest() throws PortalException
- Throws:
PortalException
-
-