com.aoindustries.website.skintags
Class EncryptTag

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

public class EncryptTag
extends com.aoindustries.taglib.AutoEncodingBufferedTag

Author:
AO Industries, Inc.

Constructor Summary
EncryptTag()
           
 
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

EncryptTag

public EncryptTag()
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)
              throws javax.servlet.jsp.JspException
Specified by:
doTag in class com.aoindustries.taglib.AutoEncodingBufferedTag
Throws:
javax.servlet.jsp.JspException