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

Quick Search    Search Deep

com.aendvari.tethys.tag.inset
Class InsetBaseTag  view InsetBaseTag download InsetBaseTag.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
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
Direct Known Subclasses:
ExistsTag, IncludeTag

public abstract class InsetBaseTag
extends com.aendvari.tethys.tag.context.ContextTag
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.ContextTag
context
 
Fields inherited from class com.aendvari.tethys.tag.data.DataTag
dataScope, name
 
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
InsetBaseTag()
           
 
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.ContextTag
determineContext, getContext, getParentContext, setContext
 
Methods inherited from class com.aendvari.tethys.tag.data.DataTag
getDataScope, getName, setDataScope, setName
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, doStartTag, 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

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

InsetBaseTag

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