gd
Tag enumStringConverter


Register a converter for Enum types on the enclosing value holder. This converter differs from the stock Enum converter in that this converter uses the result of the toString() method on each value to determine the string value, as opposed to using the value name.


Tag Information
Tag ClassNone
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
typetruefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
An EL expression which resolves to a Class instance or a name of a Class that is derived from java.lang.Enum.

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.