JSF Core - f

Tag Library Information 
InfoValue
ID (tag prefix)f
URIhttp://xmlns.jcp.org/jsf/core
Tag Summary 
TagDescription
convertDateTime

Converts java.util.Date values. The specified pattern syntax must conform to the rules specified by java.text.SimpleDateFormat. When the specified pattern is used to parse the string, the type, dateStyle, and timeStyle properties are ignored.

convertNumber

Converts java.lang.Number values. If using a specified pattern to parse the string, the type property is ignored. The pattern must support the syntax rules of the java.text.DecimalFormat class.

param

A control that adds a parameter to a containing control.

subview

A logical container that provides a namespace for the client IDs of the contained controls. The Naming Container control modifies the way controls are referenced. For more information, see information about control ID reference in the webMethods CAF Development Help.

Children

Any.

validateDoubleRange

Validator that compares a value against the specified minimum and maximum settings. If the Composite Application Framework application cannot convert the current value to Double, the application throws a ValidatorException. The Double Range Validator is a standard JSF validator.

validateLength

Validator that compares a String length against the specified minimum and maximum settings. Validation failure results in a ValidatorException. The Length Validator is a standard JSF validator.

validateLongRange

Validator that compares a value against the specified minimum and maximum settings. If the Composite Application Framework application cannot validate the floating point number, or cannot convert a String to a long, the application throws a ValidatorException. The Long Range Validator is a standard JSF validator.

Output generated by Vdldoc View Declaration Language Documentation Generator.