com.aoindustries.website.skintags
Class CopyrightTag

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

public class CopyrightTag
extends com.aoindustries.taglib.AutoEncodingBufferedTag

Sets the copyright for the page.

Author:
AO Industries, Inc.

Constructor Summary
CopyrightTag()
           
 
Method Summary
protected  void doTag(com.aoindustries.io.StringBuilderWriter capturedBody, java.io.Writer out)
           
 com.aoindustries.encoding.MediaType getContentType()
           
 com.aoindustries.encoding.MediaType getOutputType()
           
 
Methods inherited from class com.aoindustries.taglib.AutoEncodingBufferedTag
doTag, getInitialBufferSize, 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

CopyrightTag

public CopyrightTag()
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

doTag

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