org.apache.taglibs.standard.tag.el.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.el.core.ForTokensTag
- All Implemented Interfaces:
- Serializable, LoopTag, IterationTag, JspTag, Tag, TryCatchFinally
public class ForTokensTag
- extends ForTokensSupport
- implements LoopTag, IterationTag
A handler for <forTokens> that accepts attributes as Strings
and evaluates them as expressions at runtime.
- Author:
- Shawn Bayern
- See Also:
- Serialized Form
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()
doStartTag
public int doStartTag()
throws JspException
- Description copied from class:
LoopTagSupport
- Begins iterating by processing the first item.
- Specified by:
doStartTag
in interface Tag
- Overrides:
doStartTag
in class LoopTagSupport
- Returns:
- SKIP_BODY
- Throws:
JspException
- if an error occurs while processing this tag- See Also:
Tag.doStartTag()
release
public void release()
- Description copied from class:
LoopTagSupport
- Releases any resources this LoopTagSupport may have (or inherit).
- Specified by:
release
in interface Tag
- Overrides:
release
in class ForTokensSupport
- See Also:
Tag.release()
setBegin
public void setBegin(String begin_)
setEnd
public void setEnd(String end_)
setStep
public void setStep(String step_)
setItems
public void setItems(String items_)
setDelims
public void setDelims(String delims_)
Copyright © 2007 Mort Bay Consulting. All Rights Reserved.