java.lang.Object
jakarta.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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected voiddoTag(BufferResult capturedBody, Writer out) voidsetDynamicAttribute(String uri, String localName, Object value) voidvoidvoidMethods inherited from class com.aoapps.encoding.taglib.EncodingBufferedTag
doTag, getTempFileThreshold, invoke, newBufferWriter, newBufferWriter, newBufferWriter, newBufferWriter, setMediaEncoderOptions, writeEncoderPrefix, writeEncoderSuffix, writePrefix, writeSuffixMethods inherited from class jakarta.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.aoapps.taglib.ParamsAttribute
addParam
-
Constructor Details
-
LinkTag
public LinkTag()
-
-
Method Details
-
getContentType
- Specified by:
getContentTypein classEncodingBufferedTag
-
getOutputType
- Specified by:
getOutputTypein classEncodingBufferedTag
-
setRel
- Specified by:
setRelin interfaceRelAttribute
-
setHref
- Specified by:
setHrefin interfaceHrefAttribute
-
addParam
- Specified by:
addParamin interfaceParamsAttribute
-
setType
- Specified by:
setTypein interfaceTypeAttribute
-
setDynamicAttribute
- Specified by:
setDynamicAttributein interfaceDynamicAttributes- Throws:
JspException- See Also:
-
doTag
- Overrides:
doTagin classEncodingBufferedTag- Throws:
JspExceptionIOException
-
