Tomahawk sandbox tag library.
Tag convertBoolean


Converter that translates between boolean values (true/false) and alternate versions of those boolean values like (yes/no), (1/0), and (way/no way).

To customize the representation of a boolean true and false, use {@link #setTrueValue(String)} and {@link #setFalseValue(String)} respectively. If not configured with these setter methods, it defaults to true and false.

The values are case sensitive.



Tag Information
Tag Classorg.apache.myfaces.custom.convertboolean.ConvertBooleanTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
falseValuefalsefalsejava.lang.StringValue representing a boolean false, e.g. FALSE, no, 0, etc.
trueValuefalsefalsejava.lang.StringValue representing a boolean true, e.g. TRUE, yes, 1, etc.

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.