org.apache.taglibs.standard.tag.rt.core
Class ForTokensTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.jstl.core.LoopTagSupport
org.apache.taglibs.standard.tag.common.core.ForTokensSupport
org.apache.taglibs.standard.tag.rt.core.ForTokensTag
- All Implemented Interfaces:
- Serializable, LoopTag, IterationTag, JspTag, Tag, TryCatchFinally
public class ForTokensTag
- extends ForTokensSupport
- implements LoopTag, IterationTag
A handler for <forTokens> that supports rtexprvalue-based
attributes.
- Author:
- Shawn Bayern
- See Also:
- Serialized Form
Methods inherited from class javax.servlet.jsp.jstl.core.LoopTagSupport |
doAfterBody, doCatch, doFinally, doStartTag, getCurrent, getLoopStatus, setVar, setVarStatus, validateBegin, validateEnd, validateStep |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doEndTag, 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 |
ForTokensTag
public ForTokensTag()
setBegin
public void setBegin(int begin)
throws JspTagException
- Throws:
JspTagException
setEnd
public void setEnd(int end)
throws JspTagException
- Throws:
JspTagException
setStep
public void setStep(int step)
throws JspTagException
- Throws:
JspTagException
setItems
public void setItems(Object s)
throws JspTagException
- Throws:
JspTagException
setDelims
public void setDelims(String s)
throws JspTagException
- Throws:
JspTagException
Copyright © 2008 Mort Bay Consulting. All Rights Reserved.