Package lumis.content.hyperlink
Class ContentHyperLinkControllerHtml
- java.lang.Object
-
- lumis.portal.controller.ControllerHtml
-
- lumis.content.hyperlink.ContentHyperLinkControllerHtml
-
public class ContentHyperLinkControllerHtml extends ControllerHtml
Get from the Big Data framework the URL for the provided contentId.- Since:
- 4.2.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 ContentHyperLinkControllerHtml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
hyperLink()
-
Methods inherited from class lumis.portal.controller.ControllerHtml
deleteCookie, getCookie, getRequestMode, getSessionConfig, loadUserInfo, setCookie
-
-
-
-
Constructor Detail
-
ContentHyperLinkControllerHtml
public ContentHyperLinkControllerHtml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext) throws ControllerException, PortalException
- Throws:
ControllerException
PortalException
-
-
Method Detail
-
hyperLink
public void hyperLink() throws ControllerException, PortalException
- Throws:
ControllerException
PortalException
-
-