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, toString
public 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.Tag
doEndTag
in class webwork.view.taglib.WebWorkTagSupport
javax.servlet.jsp.JspException
Copyright © 2002-2015 Atlassian. All Rights Reserved.