Package org.apache.commons.jelly.tags.util

A number of utility tags such as for tokenizing Strings.

See:
          Description

Class Summary
AvailableTag A tag which evaluates its body if the given file is available.
FileTag A tag which creates a File from a given name.
LoadTextTag A tag which loads text from a file or URI into a Jelly variable.
PropertiesTag A tag which loads a properties file from a given file name or URI which are loaded into the current context.
ReplaceTag A tag that replaces occurrences of a character in its body (or value) and places the result into the context
SleepTag A tag which sleeps for a given amount of time.
TokenizeTag  
UtilTagLibrary Implements general utility tags.
 

Package org.apache.commons.jelly.tags.util Description

A number of utility tags such as for tokenizing Strings.