public class SplitTag
extends webwork.view.taglib.WebWorkTagSupport
Tag that is able to divide a String into substrings, by
recognizing a separator (a.k.a. "delimiter") and make them available through an Iterator
that is pushed to the top of the ValueStack.| Constructor and Description |
|---|
SplitTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag() |
String |
getSeparator()
Gets the separator to be used to recognise the substrings in the string to be split.
|
String |
getValue()
Gets the specified String to be split into sub-components.
|
void |
setSeparator(String separator) |
void |
setValue(String value) |
findString, findValue, getStack, release, setPageContext, setParent, toStringpublic String getValue()
public void setValue(String value)
public String getSeparator()
public void setSeparator(String separator)
public int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class webwork.view.taglib.WebWorkTagSupportjavax.servlet.jsp.JspExceptionCopyright © 2002-2019 Atlassian. All Rights Reserved.