javax.servlet.jsp.jstl.core

Interface LoopTag

All Superinterfaces:
JspTag, Tag
Known Implementing Classes:
LoopTagSupport

public interface LoopTag
extends Tag

Fields inherited from interface javax.servlet.jsp.tagext.Tag

EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE

Method Summary

Object
getCurrent()
LoopTagStatus
getLoopStatus()

Methods inherited from interface javax.servlet.jsp.tagext.Tag

doEndTag, doStartTag, getParent, release, setPageContext, setParent

Method Details

getCurrent

public Object getCurrent()

getLoopStatus

public LoopTagStatus getLoopStatus()