Package lumis.portal.hyperlink
Class HyperLinkControllerHtml
- java.lang.Object
-
- lumis.portal.controller.ControllerHtml
-
- lumis.portal.hyperlink.HyperLinkControllerHtml
-
public class HyperLinkControllerHtml extends ControllerHtml
- Since:
- 4.0.0
- Version:
- $Revision: 19380 $ $Date: 2016-09-08 16:08:04 -0300 (Thu, 08 Sep 2016) $
-
-
Field Summary
Fields Modifier and Type Field Description static String
HYPERLINK_JSP_PATH
Hyperlink JSP path.static String
PARAMETERS_PARAMETER_NAME
Parameters parameter name.-
Fields inherited from class lumis.portal.controller.ControllerHtml
out, request, response, sessionConfig, userConfig
-
-
Constructor Summary
Constructors Constructor Description HyperLinkControllerHtml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
hyperLink()
static String
processHyperlinkReference(String href)
Process hyperlink references.-
Methods inherited from class lumis.portal.controller.ControllerHtml
deleteCookie, getCookie, getRequestMode, getSessionConfig, loadUserInfo, setCookie
-
-
-
-
Field Detail
-
HYPERLINK_JSP_PATH
public static final String HYPERLINK_JSP_PATH
Hyperlink JSP path.- Since:
- 9.0.0
- See Also:
- Constant Field Values
-
PARAMETERS_PARAMETER_NAME
public static final String PARAMETERS_PARAMETER_NAME
Parameters parameter name.- Since:
- 9.0.0
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HyperLinkControllerHtml
public HyperLinkControllerHtml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext) throws ControllerException, PortalException
- Parameters:
request
-response
-pageContext
-- Throws:
ControllerException
PortalException
-
-
Method Detail
-
hyperLink
public void hyperLink() throws ControllerException, PortalException
- Throws:
ControllerException
PortalException
-
-