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... 
 | 
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, setUpdatedoInitBody, getBodyContent, getPreviousOut, release, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValuepublic 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.Exceptionpublic void printDataName(java.io.Writer out,
                          java.util.Locale locale)
                   throws java.lang.Exception
out - the current JspWriterlocale - the user Localejava.lang.Exceptionpublic void printLinkEnd(javax.servlet.jsp.JspWriter out)
                  throws java.lang.Exception
out - the current JspWriterjava.lang.Exceptionpublic int doStartTag()
               throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class UrlTagjavax.servlet.jsp.JspExceptionpublic int doAfterBody()
                throws javax.servlet.jsp.JspException
doAfterBody in interface javax.servlet.jsp.tagext.IterationTagdoAfterBody in class UrlTagjavax.servlet.jsp.JspExceptionCopyright © 2001-2018 Jalios SA. All Rights Reserved.