Package lumis.doui.hyperlink
Class DouiHyperlink
- java.lang.Object
-
- lumis.doui.hyperlink.DouiHyperlink
-
- Direct Known Subclasses:
ParentFilterControl.ParentFilterHyperlink
public class DouiHyperlink extends Object
Implements hyper link calculation- Since:
- 4.0.6
- Version:
- $Revision: 11835 $ $Date: 2010-08-05 16:29:01 -0300 (Thu, 05 Aug 2010) $
-
-
Field Summary
Fields Modifier and Type Field Description protected DouiContext
douiContext
-
Constructor Summary
Constructors Constructor Description DouiHyperlink(DouiContext douiContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HyperLinkConfig
getHyperLinkConfig(Node hyperLinkNode)
protected Node
getHyperlinkNode(String sourceId, String fieldId)
String
getOnClick(String sourceId, String fieldId, ISourceData data, String identifier)
String
getTarget(String sourceId, String fieldId, ISourceData data, String identifier)
PreparedUrl
getUrl(String sourceId, String fieldId)
-
-
-
Field Detail
-
douiContext
protected final DouiContext douiContext
-
-
Constructor Detail
-
DouiHyperlink
public DouiHyperlink(DouiContext douiContext)
-
-
Method Detail
-
getUrl
public PreparedUrl getUrl(String sourceId, String fieldId) throws PortalException
- Throws:
PortalException
-
getTarget
public String getTarget(String sourceId, String fieldId, ISourceData data, String identifier) throws PortalException
- Throws:
PortalException
-
getOnClick
public String getOnClick(String sourceId, String fieldId, ISourceData data, String identifier) throws PortalException
- Throws:
PortalException
-
getHyperlinkNode
protected Node getHyperlinkNode(String sourceId, String fieldId) throws PortalException
- Throws:
PortalException
-
getHyperLinkConfig
public HyperLinkConfig getHyperLinkConfig(Node hyperLinkNode) throws PortalException
- Throws:
PortalException
-
-