A D F G L M N O P R S T U V

A

AvailableTag - class org.apache.commons.jelly.tags.util.AvailableTag.
A tag which evaluates its body if the given file is available.
AvailableTag() - Constructor for class org.apache.commons.jelly.tags.util.AvailableTag
 

D

delim - Variable in class org.apache.commons.jelly.tags.util.TokenizeTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.util.AvailableTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.util.FileTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.util.LoadTextTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.util.PropertiesTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.util.ReplaceTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.util.SleepTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.util.TokenizeTag
 

F

FileTag - class org.apache.commons.jelly.tags.util.FileTag.
A tag which creates a File from a given name.
FileTag() - Constructor for class org.apache.commons.jelly.tags.util.FileTag
 
file - Variable in class org.apache.commons.jelly.tags.util.AvailableTag
 
file - Variable in class org.apache.commons.jelly.tags.util.LoadTextTag
 
file - Variable in class org.apache.commons.jelly.tags.util.PropertiesTag
 

G

getFile() - Method in class org.apache.commons.jelly.tags.util.AvailableTag
Returns the file.
getFile() - Method in class org.apache.commons.jelly.tags.util.LoadTextTag
Returns the file.
getNewChar() - Method in class org.apache.commons.jelly.tags.util.ReplaceTag
Returns the newChar used in replacing.
getOldChar() - Method in class org.apache.commons.jelly.tags.util.ReplaceTag
Returns the oldChar that will be replaced.
getUri() - Method in class org.apache.commons.jelly.tags.util.AvailableTag
Returns the uri.
getUri() - Method in class org.apache.commons.jelly.tags.util.LoadTextTag
Returns the uri.
getValue() - Method in class org.apache.commons.jelly.tags.util.ReplaceTag
Returns the value.
getVar() - Method in class org.apache.commons.jelly.tags.util.LoadTextTag
Returns the var.
getVar() - Method in class org.apache.commons.jelly.tags.util.ReplaceTag
Returns the var.

L

LoadTextTag - class org.apache.commons.jelly.tags.util.LoadTextTag.
A tag which loads text from a file or URI into a Jelly variable.
LoadTextTag() - Constructor for class org.apache.commons.jelly.tags.util.LoadTextTag
 
loadText(Reader) - Method in class org.apache.commons.jelly.tags.util.LoadTextTag
Loads all the text from the given Reader
log - Static variable in class org.apache.commons.jelly.tags.util.LoadTextTag
The Log to which logging calls will be made.
log - Static variable in class org.apache.commons.jelly.tags.util.ReplaceTag
The Log to which logging calls will be made.

M

millis - Variable in class org.apache.commons.jelly.tags.util.SleepTag
 

N

name - Variable in class org.apache.commons.jelly.tags.util.FileTag
The file to place into the context
newChar - Variable in class org.apache.commons.jelly.tags.util.ReplaceTag
the new character that will replace the old

O

oldChar - Variable in class org.apache.commons.jelly.tags.util.ReplaceTag
the old character to be replaced
org.apache.commons.jelly.tags.util - package org.apache.commons.jelly.tags.util
A number of utility tags such as for tokenizing Strings.

P

PropertiesTag - class org.apache.commons.jelly.tags.util.PropertiesTag.
A tag which loads a properties file from a given file name or URI which are loaded into the current context.
PropertiesTag() - Constructor for class org.apache.commons.jelly.tags.util.PropertiesTag
 

R

ReplaceTag - class org.apache.commons.jelly.tags.util.ReplaceTag.
A tag that replaces occurrences of a character in its body (or value) and places the result into the context
ReplaceTag() - Constructor for class org.apache.commons.jelly.tags.util.ReplaceTag
 

S

SleepTag - class org.apache.commons.jelly.tags.util.SleepTag.
A tag which sleeps for a given amount of time.
SleepTag() - Constructor for class org.apache.commons.jelly.tags.util.SleepTag
 
setDelim(String) - Method in class org.apache.commons.jelly.tags.util.TokenizeTag
the delimiter that separates the tokens
setFile(File) - Method in class org.apache.commons.jelly.tags.util.AvailableTag
Sets the file to use to test whether it exists or not.
setFile(File) - Method in class org.apache.commons.jelly.tags.util.LoadTextTag
Sets the file to be parsed as text
setFile(String) - Method in class org.apache.commons.jelly.tags.util.PropertiesTag
Sets the file name to be used to load the properties file.
setMillis(long) - Method in class org.apache.commons.jelly.tags.util.SleepTag
Sets the amount of time that this thread should sleep for in milliseconds.
setName(String) - Method in class org.apache.commons.jelly.tags.util.FileTag
Name of the file to be placed into the context
setNewChar(String) - Method in class org.apache.commons.jelly.tags.util.ReplaceTag
Sets the newChar.
setOldChar(String) - Method in class org.apache.commons.jelly.tags.util.ReplaceTag
Sets the oldChar.
setUri(String) - Method in class org.apache.commons.jelly.tags.util.AvailableTag
Sets the URI to use to test for availability.
setUri(String) - Method in class org.apache.commons.jelly.tags.util.LoadTextTag
Sets the uri to be parsed as text.
setUri(String) - Method in class org.apache.commons.jelly.tags.util.PropertiesTag
Sets the URI of the properties file to use.
setValue(Expression) - Method in class org.apache.commons.jelly.tags.util.ReplaceTag
Sets the value.
setVar(String) - Method in class org.apache.commons.jelly.tags.util.FileTag
Name of the variable to contain the file
setVar(String) - Method in class org.apache.commons.jelly.tags.util.LoadTextTag
Sets the name of the variable which will be exported with the text value of the given file.
setVar(String) - Method in class org.apache.commons.jelly.tags.util.PropertiesTag
If this is defined then a Properties object containing all the properties will be created and exported, otherwise the current variable scope will be set to the value of the properties.
setVar(String) - Method in class org.apache.commons.jelly.tags.util.ReplaceTag
Sets the var.
setVar(String) - Method in class org.apache.commons.jelly.tags.util.TokenizeTag
The variable name to hold the list of tokens

T

TokenizeTag - class org.apache.commons.jelly.tags.util.TokenizeTag.
 
TokenizeTag() - Constructor for class org.apache.commons.jelly.tags.util.TokenizeTag
 

U

UtilTagLibrary - class org.apache.commons.jelly.tags.util.UtilTagLibrary.
Implements general utility tags.
UtilTagLibrary() - Constructor for class org.apache.commons.jelly.tags.util.UtilTagLibrary
 
uri - Variable in class org.apache.commons.jelly.tags.util.AvailableTag
 
uri - Variable in class org.apache.commons.jelly.tags.util.LoadTextTag
 
uri - Variable in class org.apache.commons.jelly.tags.util.PropertiesTag
 

V

value - Variable in class org.apache.commons.jelly.tags.util.ReplaceTag
The expression to evaluate.
var - Variable in class org.apache.commons.jelly.tags.util.FileTag
The variable name to place the file into
var - Variable in class org.apache.commons.jelly.tags.util.LoadTextTag
 
var - Variable in class org.apache.commons.jelly.tags.util.PropertiesTag
 
var - Variable in class org.apache.commons.jelly.tags.util.ReplaceTag
The variable name to export.
var - Variable in class org.apache.commons.jelly.tags.util.TokenizeTag
 

A D F G L M N O P R S T U V