org.apache.commons.jelly.util
Class TagUtils

java.lang.Object
  extended by org.apache.commons.jelly.util.TagUtils

public class TagUtils
extends java.lang.Object

Contains static methods to help tag developers.

Author:
Hans Gilde

Constructor Summary
private TagUtils()
           
 
Method Summary
static void trimScript(Script body)
          Trims the whitespace from a script and its children.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagUtils

private TagUtils()
Method Detail

trimScript

public static void trimScript(Script body)
Trims the whitespace from a script and its children.