com.aoindustries.website.skintags
Class ChildTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.servlet.jsp.tagext.BodyTagSupport
          extended by com.aoindustries.website.skintags.PageTag
              extended by com.aoindustries.website.skintags.ChildTag
All Implemented Interfaces:
AuthorAttribute, CopyrightAttribute, DescriptionAttribute, EncryptAttribute, KeywordsAttribute, MetasAttribute, NavImageAltAttribute, PathAttribute, TitleAttribute, java.io.Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class ChildTag
extends PageTag

Adds a child to the hierarchy at the same level as this page.

Author:
AO Industries, Inc.
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
ChildTag()
           
 
Method Summary
protected  int doEndTag(java.lang.String title, java.lang.String navImageAlt, java.lang.String description, java.lang.String author, java.lang.String copyright, boolean useEncryption, java.lang.String path, java.lang.String keywords, java.util.Collection<Meta> metas)
           
 
Methods inherited from class com.aoindustries.website.skintags.PageTag
addMeta, doEndTag, doStartTag, getAuthor, getCopyright, getDescription, getEncrypt, getKeywords, getMetas, getNavImageAlt, getPath, getTitle, init, setAuthor, setCopyright, setDescription, setEncrypt, setKeywords, setNavImageAlt, setPath, setTitle
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Constructor Detail

ChildTag

public ChildTag()
Method Detail

doEndTag

protected int doEndTag(java.lang.String title,
                       java.lang.String navImageAlt,
                       java.lang.String description,
                       java.lang.String author,
                       java.lang.String copyright,
                       boolean useEncryption,
                       java.lang.String path,
                       java.lang.String keywords,
                       java.util.Collection<Meta> metas)
                throws javax.servlet.jsp.JspException
Specified by:
doEndTag in class PageTag
Throws:
javax.servlet.jsp.JspException