s
Tag convertStringUtils


Converts the format of a string


Tag Information
Tag Classorg.apache.myfaces.custom.convertStringUtils.StringUtilsConverterTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameStringUtils Converter

Attributes
NameRequiredRequest-timeTypeDescription
appendEllipsesDuringInputfalsefalsejava.lang.StringBoolean value determining if data should be truncated with ellipses during input conversion. Default = false
appendEllipsesDuringOutputfalsefalsejava.lang.StringBoolean value determining if data should be truncated with ellipses during output conversion. Default = false
formatfalsefalsejava.lang.StringSpecifies the output case of the string. One of uppercase | lowercase | capitalize
maxLengthfalsefalsejava.lang.StringInteger value for the maximum length of the rendered string. Strings longer than maxValue will be truncated at (maxValue - 3) and an ellipsis '...' will be appended.
trimfalsefalsejava.lang.StringBoolean value determining is the string should be trimmed before any other formatting takes place. Default = false

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.