java.lang.Object
javax.servlet.jsp.tagext.TagSupport
com.aendvari.tethys.tag.data.DataTag
com.aendvari.tethys.tag.context.ContextTag
com.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.
| 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 |
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.
InsetBaseTag
public InsetBaseTag()
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