java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
com.aoapps.encoding.taglib.EncodingBufferedTag
com.aoindustries.web.struts.skintags.LinkTag
- All Implemented Interfaces:
HrefAttribute
,ParamsAttribute
,RelAttribute
,TypeAttribute
,DynamicAttributes
,JspTag
,SimpleTag
public class LinkTag
extends EncodingBufferedTag
implements RelAttribute, HrefAttribute, ParamsAttribute, TypeAttribute, DynamicAttributes
- Author:
- AO Industries, Inc.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
protected void
doTag
(BufferResult capturedBody, Writer out) void
setDynamicAttribute
(String uri, String localName, Object value) void
void
void
Methods inherited from class com.aoapps.encoding.taglib.EncodingBufferedTag
doTag, getTempFileThreshold, invoke, newBufferWriter, newBufferWriter, newBufferWriter, newBufferWriter, setMediaEncoderOptions, writeEncoderPrefix, writeEncoderSuffix, writePrefix, writeSuffix
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.aoapps.taglib.ParamsAttribute
addParam
-
Constructor Details
-
LinkTag
public LinkTag()
-
-
Method Details
-
getContentType
- Specified by:
getContentType
in classEncodingBufferedTag
-
getOutputType
- Specified by:
getOutputType
in classEncodingBufferedTag
-
setRel
- Specified by:
setRel
in interfaceRelAttribute
-
setHref
- Specified by:
setHref
in interfaceHrefAttribute
-
addParam
- Specified by:
addParam
in interfaceParamsAttribute
-
setType
- Specified by:
setType
in interfaceTypeAttribute
-
setDynamicAttribute
- Specified by:
setDynamicAttribute
in interfaceDynamicAttributes
- Throws:
JspException
- See Also:
-
doTag
- Overrides:
doTag
in classEncodingBufferedTag
- Throws:
JspException
IOException
-