com.raritantechnologies.utils.tree
Interface ITreeNodeHyperlinkRenderer

All Superinterfaces:
IConfigurable
All Known Implementing Classes:
DBTreeManager, DynamicTreeNodeHyperlinkRenderer, ExaleadTaxonomyRenderer, ExplorerSourceMapTreeRenderer, FastTaxonomyRenderer, PopupFormTreeRenderer, TaxonomySearchHyperlinkRenderer, TreeRequestFormatter, TreeTabRenderer

public interface ITreeNodeHyperlinkRenderer
extends IConfigurable

Interface for objects that can create hyperlinks for nodes of rendered TreeRoot objects. Used by ITreeRenderer objects.


Developed by Raritan Technologies Inc..

Author:
Ted Sullivan

Method Summary
 java.lang.String getHyperlink(java.lang.String sessionID, java.lang.String targetURL, TreeNode treeNode, OrderedMap searchAttributes)
          searchAttributes has http request param = treeNode attribute - renderer uses this map to build a query from the TreeNode data.
 
Methods inherited from interface com.raritantechnologies.searchApp.IConfigurable
initialize
 

Method Detail

getHyperlink

public java.lang.String getHyperlink(java.lang.String sessionID,
                                     java.lang.String targetURL,
                                     TreeNode treeNode,
                                     OrderedMap searchAttributes)
searchAttributes has http request param = treeNode attribute - renderer uses this map to build a query from the TreeNode data.