![]()
Internal wrapper for the package-private
goog.html.SafeHtml.createSafeHtml... function.
Arguments:
|
code » | ||
![]()
Internal wrapper for the package-private goog.html.SafeUrl.createSafeUrl...
function.
Arguments:
|
code » | ||
![]()
Internal wrapper for the package-private
goog.html.TrustedResourceUrl.createTrustedResourceUrl... function.
Arguments:
|
code » | ||
![]()
No description.
|
code » | ||
Performs an "unchecked conversion" from string to SafeHtml for legacy API
purposes.
Unchecked conversion will not proceed if ALLOW_LEGACY_CONVERSIONS is false,
and instead this function unconditionally throws an exception.
Arguments:
Returns: !goog.html.SafeHtml
The value of html, wrapped in a SafeHtml
object.
|
code » | ||
Performs an "unchecked conversion" from string to SafeUrl for legacy API
purposes.
Unchecked conversion will not proceed if ALLOW_LEGACY_CONVERSIONS is false,
and instead this function unconditionally throws an exception.
Arguments:
Returns: !goog.html.SafeUrl
The value of url, wrapped in a SafeUrl
object.
|
code » | ||
![]()
Sets a function that will be called every time a legacy conversion is
performed. The function is called with no parameters but it can use
goog.debug.getStacktrace to get a stacktrace.
Arguments:
|
code » | ||
![]()
Checks whether legacy conversion is allowed. Throws an exception if not.
|
code » | ||
Performs an "unchecked conversion" from string to TrustedResourceUrl for
legacy API purposes.
Unchecked conversion will not proceed if ALLOW_LEGACY_CONVERSIONS is false,
and instead this function unconditionally throws an exception.
Arguments:
Returns: !goog.html.TrustedResourceUrl
The value of url, wrapped in a
TrustedResourceUrl object.
|
code » |