org.rhq.enterprise.gui.legacy.taglib.display
Class DisambiguatedResourceLineageTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by org.rhq.enterprise.gui.legacy.taglib.display.DisambiguatedResourceLineageTag
All Implemented Interfaces:
Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class DisambiguatedResourceLineageTag
extends javax.servlet.jsp.tagext.TagSupport

Renders the location of a disambiguated resource.

Author:
Lukas Krejci
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
DisambiguatedResourceLineageTag()
           
 
Method Summary
 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)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisambiguatedResourceLineageTag

public DisambiguatedResourceLineageTag()
Method Detail

getParents

public List<org.rhq.core.domain.resource.composite.DisambiguationReport.Resource> getParents()

setParents

public void setParents(List<org.rhq.core.domain.resource.composite.DisambiguationReport.Resource> parents)

getRenderLinks

public Boolean getRenderLinks()

setRenderLinks

public void setRenderLinks(Boolean renderLinks)

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class javax.servlet.jsp.tagext.TagSupport
Throws:
javax.servlet.jsp.JspException

writeParents

public static void writeParents(Writer writer,
                                List<org.rhq.core.domain.resource.composite.DisambiguationReport.Resource> parents,
                                boolean renderLinks,
                                boolean htmlOuptut)
                         throws IOException
Throws:
IOException


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.