org.araneaframework.jsp.tag.uilib.list
Class BaseListRowsTag
java.lang.Object
org.araneaframework.jsp.tag.BaseTag
org.araneaframework.jsp.tag.BaseIterationTag
org.araneaframework.jsp.tag.uilib.list.BaseListRowsTag
- All Implemented Interfaces:
- ContainedTagInterface, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag, javax.servlet.jsp.tagext.TryCatchFinally
- Direct Known Subclasses:
- FormListRowsTag, ListRowsTag
- public abstract class BaseListRowsTag
- extends BaseIterationTag
List widget rows tag.
- Author:
- Oleg Mürk
| 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 |
| Methods inherited from class org.araneaframework.jsp.tag.BaseTag |
addContextEntry, doCatch, doEndTag, 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 |
| Methods inherited from interface javax.servlet.jsp.tagext.Tag |
doEndTag, doStartTag, getParent, release, setPageContext, setParent |
ROW_REQUEST_ID_KEY
public static final String ROW_REQUEST_ID_KEY
- See Also:
- Constant Field Values
ROW_KEY
public static final String ROW_KEY
- See Also:
- Constant Field Values
currentRow
protected Object currentRow
rowIterator
protected ListIterator rowIterator
BaseListRowsTag
public BaseListRowsTag()
doStartTag
public int doStartTag(Writer out)
throws Exception
- Description copied from class:
BaseTag
- Internal callback: before tag.
- Overrides:
doStartTag in class BaseTag
- Throws:
Exception
doForEachRow
protected void doForEachRow(Writer out)
throws Exception
- Throws:
Exception
afterBody
protected int afterBody(Writer out)
throws Exception
- Description copied from class:
BaseIterationTag
- Internal callback: afer body.
- Overrides:
afterBody in class BaseIterationTag
- Throws:
Exception
getIterator
protected abstract ListIterator getIterator()