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

Quick Search    Search Deep

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

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byjavax.servlet.jsp.tagext.BodyTagSupport
          extended bycom.aendvari.tethys.tag.data.DataBodyTag
              extended bycom.aendvari.tethys.tag.context.ContextBodyTag
                  extended bycom.aendvari.tethys.tag.inset.InsetBodyTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, 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
Direct Known Subclasses:
DefineTag

public abstract class InsetBodyTag
extends com.aendvari.tethys.tag.context.ContextBodyTag
implements InsetAncestorTag

Base class for inset tags.


Field Summary
protected  com.aendvari.tethys.context.Context insetContext
          Contains the context for the inset tag.
protected static java.lang.reflect.Method insetContextMethod
          The method to retrieve the context object from this tag.
 
Fields inherited from class com.aendvari.tethys.tag.context.ContextBodyTag
context
 
Fields inherited from class com.aendvari.tethys.tag.data.DataBodyTag
dataScope, name
 
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
InsetBodyTag()
           
 
Method Summary
protected  void establishInsetContext()
          Establishes the com.aendvari.tethys.context.Context of this tag.
 com.aendvari.tethys.context.Context getInsetContext()
           
 com.aendvari.tethys.context.Context getParentInsetContext()
          Returns the parent com.aendvari.tethys.context.Context for this tag.
 void release()
          Release all allocated resources.
 
Methods inherited from class com.aendvari.tethys.tag.context.ContextBodyTag
determineContext, getContext, getParentContext, setContext
 
Methods inherited from class com.aendvari.tethys.tag.data.DataBodyTag
getDataScope, getName, setDataScope, setName
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doEndTag, doInitBody, doStartTag, getBodyContent, getPreviousOut, 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
 

Field Detail

insetContext

protected com.aendvari.tethys.context.Context insetContext
Contains the context for the inset tag.


insetContextMethod

protected static java.lang.reflect.Method insetContextMethod
The method to retrieve the context object from this tag.

Constructor Detail

InsetBodyTag

public InsetBodyTag()
Method Detail

getInsetContext

public com.aendvari.tethys.context.Context getInsetContext()
Specified by:
getInsetContext in interface InsetAncestorTag

establishInsetContext

protected void establishInsetContext()
                              throws javax.servlet.jsp.JspTagException
Establishes the com.aendvari.tethys.context.Context of this tag. The internal 'responseContext' is set to com.aendvari.tethys.context.Context object associated with the current modelContext.


getParentInsetContext

public com.aendvari.tethys.context.Context getParentInsetContext()
                                                          throws javax.servlet.jsp.JspTagException
Returns the parent com.aendvari.tethys.context.Context for this tag.


release

public void release()
Release all allocated resources.

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