Package org.apache.taglibs.regexp

Class Summary
ExistsMatchTag JSP Tag existsmatch, used to determine if a regular expression match can be found in the text.
GroupTag JSP Tag group, used to output the value for a single parenthesized group within a single match.
MatchTag JSP Tag match, used to implement a perl style match on the text.
MatchTEI TagExtraInfo for match tag, allows use of standard <jsp:getProperty/> with the match tag script variable id.
RegexpData Script variable data for JSP Tag regexp, used to define a perl regular expression for later use.
RegexpTag JSP Tag regexp, used to define a perl regular expression for later use as a script variable.
RegexpTEI TagExtraInfo for regexp tag, allows use of standard <jsp:getProperty/> with the regexp tag script variable id.
SplitTag JSP Tag split, used to implement a perl style split on the text.
SplitTEI TagExtraInfo for split tag, allows use of standard <jsp:getProperty/> with the split tag script variable id.
SubstituteTag JSP Tag substitute, used to perform global substitution of the provided text.
TextData Script variable data for JSP Tag text, used to define the text that a regexp will be used on.
TextTag JSP Tag text, used to create a script variable for the text that a regexp will be used on.
TextTEI TagExtraInfo for text tag, allows use of standard <jsp:getProperty/> with the text tag script variable id.
 



Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.