java.lang.String | getEditorValue(java.lang.String) | 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.DataModel | findDataModel(java.lang.String) | Returns the dataModel associated with the specified clientId. |
java.lang.String | escapeURL(java.lang.String) | Returns an escaped/encoded representation of the specified URL. |
java.lang.String | portalProperty(java.lang.String) | Returns the value of the specified portal property name. |
java.lang.String | stringReplace(java.lang.String, java.lang.String, java.lang.String) | Returns a modified version of the first argument by substituting all occurrences of the second argument with the third argument. |