Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.aendvari.tethys.tag.inset
Class IncludeTag  view IncludeTag download IncludeTag.java

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended bycom.aendvari.tethys.tag.data.DataTag
          extended bycom.aendvari.tethys.tag.context.ContextTag
              extended bycom.aendvari.tethys.tag.inset.InsetBaseTag
                  extended bycom.aendvari.tethys.tag.inset.IncludeTag
All Implemented Interfaces:
com.aendvari.tethys.tag.context.ContextAncestorTag, com.aendvari.tethys.tag.data.DataAncestorTag, InsetAncestorTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class IncludeTag
extends InsetBaseTag

Implementation class for the inset "include" tag.


Field Summary
protected  java.lang.String name
          The name of the tag.
 
Fields inherited from class com.aendvari.tethys.tag.inset.InsetBaseTag
insetContext, insetContextMethod
 
Fields inherited from class com.aendvari.tethys.tag.context.ContextTag
context
 
Fields inherited from class com.aendvari.tethys.tag.data.DataTag
dataScope
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
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
IncludeTag()
           
 
Method Summary
 int doEndTag()
          Process the end tag by including the inset.
 int doStartTag()
          Start the tag by keeping the body from evaluating.
 java.lang.String getName()
           
 void release()
          Release all allocated resources.
 void setName(java.lang.String name)
           
 
Methods inherited from class com.aendvari.tethys.tag.inset.InsetBaseTag
establishInsetContext, getInsetContext, getParentInsetContext
 
Methods inherited from class com.aendvari.tethys.tag.context.ContextTag
determineContext, getContext, getParentContext, setContext
 
Methods inherited from class com.aendvari.tethys.tag.data.DataTag
getDataScope, setDataScope
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, 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
 

Field Detail

name

protected java.lang.String name
The name of the tag.

Constructor Detail

IncludeTag

public IncludeTag()
Method Detail

setName

public void setName(java.lang.String name)

getName

public java.lang.String getName()

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Start the tag by keeping the body from evaluating.


doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Process the end tag by including the inset.


release

public void release()
Release all allocated resources.

Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class InsetBaseTag