Package javawebparts.taglib.basicstr

This package contains the BasicStr taglib.

See:
          Description

Class Summary
AbbreviateTag This class is a custom tag that adds ellipses to a a string.
EntityEncodeTag This class is a custom tag that encodes HTML entities in a string.
ICaseTag This class is a custom tag that case-inverts a string.
LCaseTag This class is a custom tag that lower-cases a string.
ReplaceTag This class is a custom tag that replaces substrings within a string.
ReverseTag This class is a custom tag that reverses a string.
ScrambleTag This class is a custom tag that trims a string.
SubstrTag This class is a custom tag that returns a portion of a string.
TrimTag This class is a custom tag that trims a string.
UCaseTag This class is a custom tag that upper-cases a string.
 

Package javawebparts.taglib.basicstr Description

This package contains the BasicStr taglib. This taglib can be used to perform a number of basic manipulations on strings.

This package requires the Commons Lang package. You may notice that many of the functions in this taglib have analogies in the StringUtils class of Commons Lang. This is no accident :) Although it didn't start out as the plan, this package is now really an exposure of the StringUtils object as a taglib, more or less. Standing on the shoulders of giants I suppose :)

This package depends on the following extra packages to compile and run: None.



Copyright © 2005 Frank W. Zammetti