Uses of Class
org.apache.taglibs.string.StringTagSupport

Packages that use StringTagSupport
org.apache.taglibs.string   
 

Uses of StringTagSupport in org.apache.taglibs.string
 

Subclasses of StringTagSupport in org.apache.taglibs.string
 class CapitalizeAllWordsTag
          Capitalizes all words in the body String.
 class CapitalizeTag
          Capitalize a String.
 class CenterTag
          Center the body String in a larger String of size width.
 class ChompTag
          Remove the last occurence of a specified character, and everything after it.
 class ChopNewlineTag
          Remove a \n from the end of a String if it is there.
 class ChopTag
          Remove the last character from a String.
 class CountMatchesTag
          Return the number of times that the body String contains the sub-string.
 class CountTag
          Count the number of occurences of a passed in 'Set'.
 class DecodeUrlTag
          Decode a URL so it may be nicely printed.
 class DefaultTag
          If the body String is a particular value, then output a default value, else output the body String.
 class DeleteTag
          Delete any characters from the body that match characters specified in the Set.
 class EncodeUrlTag
          Encode a String to that it may be used as a URL.
 class EscapeTag
          Escape a String into a JavaScript-compatible String.
 class GetChompTag
          Get everything after a specified delimiter.
 class GetPrechompTag
          Get everything up until a specific delimiter.
 class JoinTag
          Joins the elements of the provided array.
 class LeftPadTag
          Left pad a string with a particular delimiter to a specified width.
 class LeftTag
          Gets the leftmost 'n' characters from a string.
 class LengthTag
          Return the length of the String.
 class LowerCaseTag
          Turn all uppercase and titlecase characters to lowercase.
 class MetaphoneTag
          Get the metaphone for a String.
 class MidTag
          Gets 'n' characters from the inside of a string.
 class NestedStringTag
          Get a String that is nested between an open and closing substring.
 class OverlayTag
          Overlay a String on top of another String.
 class PrechompTag
          Remove everything up until a specified delimiter, and that specified delimiter from the start of a String.
 class QuoteRegexpTag
          Quote a String so that it will pass through a regular expression as a constant.
 class RandomStringTag
          Create a random string.
 class RemoveXmlTag
          Remove any XML tags from a String.
 class RepeatTag
          Repeat a string a particular number of times.
 class ReplaceTag
          Replace a specified substring with another string.
 class ReverseDelimitedStringTag
          Reverses a delimited String.
 class ReverseTag
          Reverse a String.
 class RightPadTag
          Right pad a string with a particular delimiter to a specified width.
 class RightTag
          Gets the rightmost 'n' characters from a string.
 class SoundexTag
          Return the US_ENGLISH Soundex of a String.
 class SplitTag
          Splits the provided text into an array, separators specified.
 class SqueezeTag
          Squeeze any characters from the body that match characters specified in the Set.
 class StripEndTag
          Strip all of a specified character which appear at the end of a String.
 class StripStartTag
          Strip all of a specified character which appear at the start of a String.
 class StripTag
          Strip all of a specified character which appear at the start and end of a String.
 class SubstringTag
          Get a specified substring from a larger String based on the start index and end-before index in the larger String.
 class SwapCaseTag
          Swap the casing in a String.
 class TrimTag
          Remove whitespace from start and end of a String.
 class TruncateNicelyTag
          A more intelligent substring.
 class UncapitalizeTag
          Change the first letter of a String to Lowercase.
 class UpperCaseTag
          Turn the entire String to uppercase.
 class WordWrapTag
          Word-wrap a String.
 



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