public class DisambiguatedResourceLineageTag
extends javax.servlet.jsp.tagext.TagSupport
| Constructor and Description |
|---|
DisambiguatedResourceLineageTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag() |
List<org.rhq.core.domain.resource.composite.DisambiguationReport.Resource> |
getParents() |
Boolean |
getRenderLinks() |
void |
setParents(List<org.rhq.core.domain.resource.composite.DisambiguationReport.Resource> parents) |
void |
setRenderLinks(Boolean renderLinks) |
static void |
writeParents(Writer writer,
List<org.rhq.core.domain.resource.composite.DisambiguationReport.Resource> parents,
boolean renderLinks,
boolean htmlOuptut) |
public List<org.rhq.core.domain.resource.composite.DisambiguationReport.Resource> getParents()
public void setParents(List<org.rhq.core.domain.resource.composite.DisambiguationReport.Resource> parents)
public Boolean getRenderLinks()
public void setRenderLinks(Boolean renderLinks)
public int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionpublic static void writeParents(Writer writer, List<org.rhq.core.domain.resource.composite.DisambiguationReport.Resource> parents, boolean renderLinks, boolean htmlOuptut) throws IOException
IOExceptionCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.