A D F G L O P R S T U

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

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.SortTag
 
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
 

G

getEncoding() - Method in class org.apache.commons.jelly.tags.util.LoadTextTag
Returns the encoding set.
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.
getNew() - Method in class org.apache.commons.jelly.tags.util.ReplaceTag
Returns the newString that will be replaced.
getNewChar() - Method in class org.apache.commons.jelly.tags.util.ReplaceTag
Returns the newChar used in replacing.
getOld() - Method in class org.apache.commons.jelly.tags.util.ReplaceTag
Returns the oldString that will be replaced.
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

O

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 or string in its body or (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
 
SortTag - class org.apache.commons.jelly.tags.util.SortTag.
 
SortTag() - Constructor for class org.apache.commons.jelly.tags.util.SortTag
 
setDelim(String) - Method in class org.apache.commons.jelly.tags.util.TokenizeTag
the delimiter that separates the tokens
setEncoding(String) - Method in class org.apache.commons.jelly.tags.util.LoadTextTag
Sets the encoding to use to read the file
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.
setItems(List) - Method in class org.apache.commons.jelly.tags.util.SortTag
Set the items to be sorted
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
setNew(String) - Method in class org.apache.commons.jelly.tags.util.ReplaceTag
Sets the newString.
setNewChar(String) - Method in class org.apache.commons.jelly.tags.util.ReplaceTag
Sets the newChar.
setOld(String) - Method in class org.apache.commons.jelly.tags.util.ReplaceTag
Sets the oldString.
setOldChar(String) - Method in class org.apache.commons.jelly.tags.util.ReplaceTag
Sets the oldChar.
setProperty(String) - Method in class org.apache.commons.jelly.tags.util.SortTag
 
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.SortTag
The variable to hold the sorted collection.
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
 

A D F G L O P R S T U

Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.