CAF Functions - caf

Tag Library Information 
InfoValue
ID (tag prefix)caf
URIhttp://webmethods.com/jsf/caf/fn
Function Summary 
TypeFunctionDescription
java.lang.Stringcid(java.lang.String) Creates client-side control id from server-side id.
java.lang.Stringscid(java.lang.String) Creates selector safe client-side control id from server-side id. The colon ':' character is reserved for the CSS/JS selector so this function will escape all of the colon characters by placing two backslashes in front of them.
java.lang.Booleanxb(java.lang.Object) Validates that the specified value is a boolean. Returns true if the value is true; false if the value is false or not a boolean value.
java.lang.Stringxh(java.lang.String) Escapes the specified string to be safe for use in html or html-attribute content.
java.lang.Stringxj(java.lang.String) Escapes the specified string to be safe for use in a javascript string.
java.lang.Numberxn(java.lang.Object) Validates that the specified value is a number. Returns the number if the value is a number; 0 if the value is not a number.
java.lang.Stringxs(java.lang.String) Validates that the specified url starts with a safe url scheme. Returns the URL if its scheme is safe; empty-string ("") if its scheme is not safe.
java.lang.Stringxu(java.lang.String) Escapes the specified string to be safe for use in a url-parameter name or value.

Output generated by Vdldoc View Declaration Language Documentation Generator.