com.aoindustries.website.skintags
Class LinkTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.SimpleTagSupport
      extended by com.aoindustries.taglib.AutoEncodingBufferedTag
          extended by com.aoindustries.website.skintags.LinkTag
All Implemented Interfaces:
com.aoindustries.encoding.ValidMediaInput, com.aoindustries.taglib.ContentTypeJspTag, com.aoindustries.taglib.HrefAttribute, com.aoindustries.taglib.RelAttribute, com.aoindustries.taglib.TypeAttribute, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag

public class LinkTag
extends com.aoindustries.taglib.AutoEncodingBufferedTag
implements com.aoindustries.taglib.RelAttribute, com.aoindustries.taglib.HrefAttribute, com.aoindustries.taglib.TypeAttribute

Author:
AO Industries, Inc.

Constructor Summary
LinkTag()
           
 
Method Summary
protected  void doTag(com.aoindustries.io.AutoTempFileWriter capturedBody, java.io.Writer out)
           
 java.lang.String getConditionalCommentExpression()
           
 com.aoindustries.encoding.MediaType getContentType()
           
 java.lang.String getHref()
           
 com.aoindustries.encoding.MediaType getOutputType()
           
 java.lang.String getRel()
           
 java.lang.String getType()
           
 void setConditionalCommentExpression(java.lang.String conditionalCommentExpression)
           
 void setHref(java.lang.String href)
           
 void setRel(java.lang.String rel)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class com.aoindustries.taglib.AutoEncodingBufferedTag
doTag, getInitialBufferSize, getTempFileThreshold, isValidatingMediaInputType
 
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
 

Constructor Detail

LinkTag

public LinkTag()
Method Detail

getContentType

public com.aoindustries.encoding.MediaType getContentType()
Specified by:
getContentType in interface com.aoindustries.taglib.ContentTypeJspTag
Specified by:
getContentType in class com.aoindustries.taglib.AutoEncodingBufferedTag

getOutputType

public com.aoindustries.encoding.MediaType getOutputType()
Specified by:
getOutputType in class com.aoindustries.taglib.AutoEncodingBufferedTag

getRel

public java.lang.String getRel()
Specified by:
getRel in interface com.aoindustries.taglib.RelAttribute

setRel

public void setRel(java.lang.String rel)
Specified by:
setRel in interface com.aoindustries.taglib.RelAttribute

getHref

public java.lang.String getHref()
Specified by:
getHref in interface com.aoindustries.taglib.HrefAttribute

setHref

public void setHref(java.lang.String href)
Specified by:
setHref in interface com.aoindustries.taglib.HrefAttribute

getType

public java.lang.String getType()
Specified by:
getType in interface com.aoindustries.taglib.TypeAttribute

setType

public void setType(java.lang.String type)
Specified by:
setType in interface com.aoindustries.taglib.TypeAttribute

getConditionalCommentExpression

public java.lang.String getConditionalCommentExpression()

setConditionalCommentExpression

public void setConditionalCommentExpression(java.lang.String conditionalCommentExpression)

doTag

protected void doTag(com.aoindustries.io.AutoTempFileWriter capturedBody,
                     java.io.Writer out)
              throws java.io.IOException
Specified by:
doTag in class com.aoindustries.taglib.AutoEncodingBufferedTag
Throws:
java.io.IOException