2009/05/20 - Apache Shale has been retired.

For more information, please explore the Attic.


Shale Converter JSF Tags


Standard Syntax:
     <%@ taglib prefix="convert" uri="http://shale.apache.org/converters" %>

XML Syntax:
     <anyxmlelement xmlns:convert="http://shale.apache.org/converters" />

This tag library contains tags for the JSF Converters supported by the Shale Framework for integration with Commons Validator.

Tag Library Information
Display NameShale Converter JSF Tags
Version1.0
Short Nameconvert
URIhttp://shale.apache.org/converters
 

Tag Summary
doubleConvert between strings and doubles based on the specified converter properties.
floatConvert between strings and floats based on the specified converter properties.
integerConvert between strings and integers based on the specified converter properties.
longConvert between strings and longs based on the specified converter properties.
shortConvert between strings and shorts based on the specified converter properties.
 


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