- All Implemented Interfaces:
- javax.servlet.jsp.tagext.DynamicAttributes, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag
public class DeepLinkTag
extends javax.servlet.jsp.tagext.SimpleTagSupport
implements javax.servlet.jsp.tagext.DynamicAttributes
Tag to create deep internal links in moskito-inspect with remote connection information.
This tag translates to `a` html tag with its body and attributes.
So, this tag acts same as `a` tag except this one adds `remoteConnection`
GET parameter to href attribute of tag, if it was not already present or current monitor connection is local.
Example (tag name `mos:deepLink` means this tag) :
<mos:deepLink id="deepLink" href="mskDashboards">Dashboards</mos:deepLink>
⇩
<a href="mskDashboards?remoteConnection=localhost:9104" id="deepLink">Dashboards</a>