liferay-util

  • XML Declaration Syntax:
    <anyxmlelement xmlns:liferay-util="http://liferay.com/faces/util"/>
    Description:
    Deprecated. Please use portal tags instead. The Liferay Faces Portal facelet component tags with the liferay-util: tag name prefix.
Tag Library Information 
InfoValue
ID (tag prefix)liferay-util
URIhttp://liferay.com/faces/util
Tag Summary 
TagDescription
validateCaptchaDeprecated. Please use portal:inputCaptcha instead. No Description
validateRichTextLengthDeprecated. No replacement available. No Description
Function Summary 
TypeFunctionDescription
java.lang.StringgetEditorValue(java.lang.String)Deprecated. No replacement available. If the specified value is a portal property such as "editor.wysiwyg.default" then this function returns the value of the portal property such as "ckeditor". Otherwise if the specified value is null or empty, then the browser capabilities determine the return value. Browsers that do not have the ability to support rich text will cause this function to return "simple" or "tinymce_simple".
javax.faces.model.DataModelfindDataModel(java.lang.String)Deprecated. No replacement available. Returns the dataModel associated with the specified clientId.
java.lang.StringescapeURL(java.lang.String)Deprecated. Please use portal:escapeURL instead. Returns an escaped/encoded representation of the specified URL.
java.lang.StringportalProperty(java.lang.String)Deprecated. Please use portal:getProperty instead. Returns the value of the specified portal property name.
java.lang.StringstringReplace(java.lang.String, java.lang.String, java.lang.String)Deprecated. No replacement available. Returns a modified version of the first argument by substituting all occurrences of the second argument with the third argument.

Output generated by Vdldoc View Declaration Language Documentation Generator.