org.araneaframework.jsp.tag
Class BaseTagWrapperTag
java.lang.Object
org.araneaframework.jsp.tag.BaseTag
org.araneaframework.jsp.tag.BaseTagWrapperTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag, javax.servlet.jsp.tagext.TryCatchFinally, ContainedTagInterface
- Direct Known Subclasses:
- StyledWrapperTag
public abstract class BaseTagWrapperTag
- extends BaseTag
Tag wrapper tag.
- Author:
- Oleg Mürk
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Methods inherited from class org.araneaframework.jsp.tag.BaseTag |
addContextEntry, doCatch, doEndTag, doFinally, doStartTag, evaluate, evaluateNotNull, executeEndSubtag, executeEndTagAndUnregister, executeStartSubtag, executeSubtag, getConfiguration, getContextEntry, getContextWidget, getContextWidgetFullId, getEnvironment, getLocalizationContext, getOutputData, getParent, hideGlobalContextEntries, registerAndExecuteStartTag, registerSubtag, release, requireContextEntry, restoreGlobalContextEntries, setPageContext, setParent, unregisterSubtag |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tag
protected ContainedTagInterface tag
BaseTagWrapperTag
public BaseTagWrapperTag()
doStartTag
protected int doStartTag(Writer out)
throws Exception
- Description copied from class:
BaseTag
- Internal callback: before tag.
- Overrides:
doStartTag in class BaseTag
- Throws:
Exception
doEndTag
protected int doEndTag(Writer out)
throws Exception
- Description copied from class:
BaseTag
- Internal callback: after tag.
- Overrides:
doEndTag in class BaseTag
- Throws:
Exception
getTag
protected abstract ContainedTagInterface getTag()
throws javax.servlet.jsp.JspException
- Callback: get tag
- Throws:
javax.servlet.jsp.JspException
configureTag
protected abstract void configureTag(ContainedTagInterface tag)
throws javax.servlet.jsp.JspException
- Callback: configure tag
- Throws:
javax.servlet.jsp.JspException