Module jquery.sap.encoder


Contained Namespaces, Types, Enums & Classes
jQuery.sap.addUrlWhitelist Adds a whitelist entry for URL validation.
jQuery.sap.clearUrlWhitelist Clears the whitelist for URL validation
jQuery.sap.encodeCSS Encode the string for inclusion into CSS string literals or identifiers
jQuery.sap.encodeHTML Encode the string for inclusion into HTML content/attribute
jQuery.sap.encodeJS Encode the string for inclusion into a JS string literal
jQuery.sap.encodeURL Encode the string for inclusion into an URL parameter
jQuery.sap.encodeURLParameters Encode a map of parameters into a combined URL parameter string
jQuery.sap.encodeXML Encode the string for inclusion into XML content/attribute
jQuery.sap.escapeHTML Encode the string for inclusion into HTML content/attribute.
jQuery.sap.escapeJS Encode the string for inclusion into a JS string literal.
jQuery.sap.getUrlWhitelist Gets the whitelist for URL validation.
jQuery.sap.removeUrlWhitelist Removes a whitelist entry for URL validation.
jQuery.sap.validateUrl Validates an URL.