public class LinkTag extends LinkTagSupport implements BodyTag
ParamTagpageContext, parentTagEVAL_BODY_BUFFERED, EVAL_BODY_TAGEVAL_BODY_AGAINEVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE| Constructor and Description |
|---|
LinkTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doAfterBody()
Does nothing.
|
int |
doEndTag()
Prepends the context to the href attribute if necessary, and then folds all the
registered parameters into the URL.
|
void |
doInitBody()
Does nothing.
|
int |
doStartTag()
Does nothing.
|
String |
getCharset() |
String |
getCoords() |
String |
getHref()
Pass through to
LinkTagSupport.getUrl(). |
String |
getHreflang() |
String |
getName() |
String |
getRel() |
String |
getRev() |
String |
getShape() |
String |
getTarget() |
String |
getType() |
void |
setCharset(String charset) |
void |
setCoords(String coords) |
void |
setHref(String href)
Pass through to
LinkTagSupport.setUrl(String). |
void |
setHreflang(String hreflang) |
void |
setName(String name) |
void |
setRel(String rel) |
void |
setRev(String rev) |
void |
setShape(String shape) |
void |
setTarget(String target) |
void |
setType(String type) |
addParameter, buildUrl, clearParameters, getAnchor, getBeanclass, getEvent, getParameters, getPreferredBaseUrl, getUrl, isAddSourcePage, isPrependContext, setAddSourcePage, setAnchor, setBeanclass, setEvent, setPrependContext, setUrlevaluateExpression, get, getAccesskey, getAttributes, getBodyContent, getBodyContentAsString, getCssClass, getDir, getId, getLang, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getStyle, getTabindex, getTitle, isXmlTags, release, set, setAccesskey, setBodyContent, setClass, setCssClass, setDir, setDynamicAttribute, setId, setLang, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setStyle, setTabindex, setTitle, toString, writeAttributes, writeCloseTag, writeOpenTag, writeSingletonTaggetActionBeanType, getActionBeanUrl, getPageContext, getParent, getParentTag, getTagStack, popPageContextAttributes, pushPageContextAttributes, setPageContext, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetBodyContentgetParent, release, setPageContext, setParentpublic int doStartTag()
throws JspException
doStartTag in interface TagdoStartTag in class StripesTagSupportJspExceptionpublic void doInitBody()
throws JspException
doInitBody in interface BodyTagJspExceptionpublic int doAfterBody()
throws JspException
doAfterBody in interface IterationTagJspExceptionpublic int doEndTag()
throws JspException
doEndTag in interface TagdoEndTag in class StripesTagSupportJspExceptionpublic void setHref(String href)
LinkTagSupport.setUrl(String).public String getHref()
LinkTagSupport.getUrl().public void setCharset(String charset)
public String getCharset()
public void setCoords(String coords)
public String getCoords()
public void setHreflang(String hreflang)
public String getHreflang()
public void setName(String name)
public String getName()
public void setRel(String rel)
public String getRel()
public void setRev(String rev)
public String getRev()
public void setShape(String shape)
public String getShape()
public void setTarget(String target)
public String getTarget()
public void setType(String type)
public String getType()
© Copyright 2005-2006, Stripes Development Team.