public class DisambiguatedResourceNameTag
extends javax.servlet.jsp.tagext.TagSupport
| Constructor and Description |
|---|
DisambiguatedResourceNameTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag() |
static String |
getDefaultResourceUrl(int resourceId) |
org.rhq.core.domain.resource.composite.DisambiguationReport<?> |
getDisambiguationReport() |
Boolean |
getNameAsLink() |
Integer |
getResourceId() |
String |
getResourceName() |
String |
getUrl() |
void |
setDisambiguationReport(org.rhq.core.domain.resource.composite.DisambiguationReport<?> disambiguationReport) |
void |
setNameAsLink(Boolean nameAsLink) |
void |
setResourceId(Integer resourceId) |
void |
setResourceName(String resourceName) |
void |
setUrl(String url) |
static void |
writeResource(Writer writer,
String url,
String resourceName,
org.rhq.core.domain.resource.composite.DisambiguationReport.ResourceType resourceType,
boolean htmlOutput) |
public org.rhq.core.domain.resource.composite.DisambiguationReport<?> getDisambiguationReport()
public void setDisambiguationReport(org.rhq.core.domain.resource.composite.DisambiguationReport<?> disambiguationReport)
public String getResourceName()
public void setResourceName(String resourceName)
public Integer getResourceId()
public void setResourceId(Integer resourceId)
public String getUrl()
public void setUrl(String url)
public Boolean getNameAsLink()
public void setNameAsLink(Boolean nameAsLink)
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 writeResource(Writer writer, String url, String resourceName, org.rhq.core.domain.resource.composite.DisambiguationReport.ResourceType resourceType, boolean htmlOutput) throws IOException
IOExceptionpublic static String getDefaultResourceUrl(int resourceId)
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.