Package org.apache.sling.atom.taglib
Class LinkTagHandler
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- javax.servlet.jsp.tagext.BodyTagSupport
-
- org.apache.sling.atom.taglib.AbstractAbderaHandler
-
- org.apache.sling.atom.taglib.LinkTagHandler
-
- All Implemented Interfaces:
Serializable,javax.servlet.jsp.tagext.BodyTag,javax.servlet.jsp.tagext.IterationTag,javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.tagext.Tag
@Deprecated public class LinkTagHandler extends AbstractAbderaHandler
Deprecated.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LinkTagHandler()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intdoEndTag()Deprecated.StringgetHref()Deprecated.StringgetLang()Deprecated.longgetLength()Deprecated.StringgetRel()Deprecated.StringgetType()Deprecated.voidsetHref(String href)Deprecated.voidsetLang(String lang)Deprecated.voidsetLength(long length)Deprecated.voidsetRel(String rel)Deprecated.voidsetType(String type)Deprecated.-
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, release, setBodyContent
-
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
-
-
-
-
Method Detail
-
getHref
public String getHref()
Deprecated.
-
setHref
public void setHref(String href)
Deprecated.
-
getRel
public String getRel()
Deprecated.
-
setRel
public void setRel(String rel)
Deprecated.
-
getType
public String getType()
Deprecated.
-
setType
public void setType(String type)
Deprecated.
-
getLang
public String getLang()
Deprecated.
-
setLang
public void setLang(String lang)
Deprecated.
-
getLength
public long getLength()
Deprecated.
-
setLength
public void setLength(long length)
Deprecated.
-
doEndTag
public int doEndTag() throws javax.servlet.jsp.JspExceptionDeprecated.- Specified by:
doEndTagin interfacejavax.servlet.jsp.tagext.Tag- Overrides:
doEndTagin classjavax.servlet.jsp.tagext.BodyTagSupport- Throws:
javax.servlet.jsp.JspException
-
-