public class LinkTag extends UrlTag
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
REVISION |
Constructor and Description |
---|
LinkTag() |
Modifier and Type | Method and Description |
---|---|
int |
doAfterBody() |
int |
doEndTag() |
int |
doStartTag() |
void |
printDataName(java.io.Writer out,
java.util.Locale locale)
Print the data name on the given writer.
|
void |
printLinkEnd(javax.servlet.jsp.JspWriter out)
Print closing tag </a>.
|
void |
printLinkStart(javax.servlet.http.HttpServletRequest request,
java.io.Writer out,
java.util.Locale locale)
Print opening tag <a... href attribute with URL and other attributes.
|
void |
setAccessibilityInfo(java.lang.String accessibilityInfo) |
void |
setCss(java.lang.String css) |
void |
setHtmlAttributes(java.lang.String htmlAttributes) |
void |
setTitle(java.lang.String text) |
getBaseURL, printUrl, setAnchor, setBaseUrl, setData, setId, setParamNames, setParamRemove, setParams, setParamValues, setUpdate
doInitBody, getBodyContent, getPreviousOut, release, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue
public static final java.lang.String REVISION
public void setTitle(java.lang.String text)
public void setCss(java.lang.String css)
public void setHtmlAttributes(java.lang.String htmlAttributes)
public void setAccessibilityInfo(java.lang.String accessibilityInfo)
public void printLinkStart(javax.servlet.http.HttpServletRequest request, java.io.Writer out, java.util.Locale locale) throws java.lang.Exception
request
- the current HttpServletRequestout
- the current JspWriterlocale
- the user Localejava.lang.Exception
public void printDataName(java.io.Writer out, java.util.Locale locale) throws java.lang.Exception
out
- the current JspWriterlocale
- the user Localejava.lang.Exception
public void printLinkEnd(javax.servlet.jsp.JspWriter out) throws java.lang.Exception
out
- the current JspWriterjava.lang.Exception
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class UrlTag
javax.servlet.jsp.JspException
public int doAfterBody() throws javax.servlet.jsp.JspException
doAfterBody
in interface javax.servlet.jsp.tagext.IterationTag
doAfterBody
in class UrlTag
javax.servlet.jsp.JspException
Copyright © 2001-2010 Jalios SA. All Rights Reserved.