| |
|
| java.lang.Object org.apache.commons.jelly.impl.TextScript
TextScript | public class TextScript implements Script(Code) | | TextScript outputs some static text.
author: James Strachan version: $Revision: 155420 $ |
TextScript | public TextScript()(Code) | | |
getText | public String getText()(Code) | | the text output by this script |
setText | public void setText(String text)(Code) | | Sets the text output by this script
|
trimEndWhitespace | public void trimEndWhitespace()(Code) | | Trims whitespace from the end of the text
|
trimStartWhitespace | public void trimStartWhitespace()(Code) | | Trims whitespace from the start of the text
|
trimWhitespace | public void trimWhitespace()(Code) | | Trims whitespace from the start and end of the text in this script
|
|
|
|