Uses of Package
com.google.gwt.safehtml.shared.annotations
-
Packages that use com.google.gwt.safehtml.shared.annotations Package Description com.google.gwt.dom.builder.client Classes used to build DOM elements.com.google.gwt.dom.builder.shared Classes used to build DOM elements.com.google.gwt.dom.client Classes for low-level DOM programming.com.google.gwt.i18n.shared This package contains i18n classes and interfaces shared between client and server.com.google.gwt.jsonp.client Classes for sending cross domain requests to an http server, potentially on a different domain, via JSONP.com.google.gwt.logging.client Log handlers and related classes for java.util.logging support in GWT.com.google.gwt.safehtml.shared Shared classes for creating safe HTML content.com.google.gwt.uibinder.client Classes used to generate user interfaces using declarative ui.xml files.com.google.gwt.user.client Fundamental user-interface classes used in client-side GWT code.com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
Classes in com.google.gwt.safehtml.shared.annotations used by com.google.gwt.dom.builder.client Class Description IsSafeUri A type annotation that represents values that are safe to use in a URI context.IsTrustedResourceUri A type annotation that represents URIs referencing the application’s own, trusted resources. -
Classes in com.google.gwt.safehtml.shared.annotations used by com.google.gwt.dom.builder.shared Class Description IsSafeUri A type annotation that represents values that are safe to use in a URI context.IsTrustedResourceUri A type annotation that represents URIs referencing the application’s own, trusted resources.SuppressIsTrustedResourceUriCastCheck Annotates methods that rely on potentially-unsafe type-annotation casts. -
Classes in com.google.gwt.safehtml.shared.annotations used by com.google.gwt.dom.client Class Description IsSafeHtml A type annotation that represents values that are safe to use in a HTML context.IsSafeUri A type annotation that represents values that are safe to use in a URI context.IsTrustedResourceUri A type annotation that represents URIs referencing the application’s own, trusted resources.SuppressIsTrustedResourceUriCastCheck Annotates methods that rely on potentially-unsafe type-annotation casts. -
Classes in com.google.gwt.safehtml.shared.annotations used by com.google.gwt.i18n.shared Class Description IsSafeHtml A type annotation that represents values that are safe to use in a HTML context.SuppressIsSafeHtmlCastCheck Annotates methods that rely on potentially-unsafe type-annotation casts. -
Classes in com.google.gwt.safehtml.shared.annotations used by com.google.gwt.jsonp.client Class Description IsTrustedResourceUri A type annotation that represents URIs referencing the application’s own, trusted resources.SuppressIsTrustedResourceUriCastCheck Annotates methods that rely on potentially-unsafe type-annotation casts. -
Classes in com.google.gwt.safehtml.shared.annotations used by com.google.gwt.logging.client Class Description SuppressIsSafeHtmlCastCheck Annotates methods that rely on potentially-unsafe type-annotation casts. -
Classes in com.google.gwt.safehtml.shared.annotations used by com.google.gwt.safehtml.shared Class Description IsSafeHtml A type annotation that represents values that are safe to use in a HTML context.IsSafeUri A type annotation that represents values that are safe to use in a URI context.SuppressIsSafeHtmlCastCheck Annotates methods that rely on potentially-unsafe type-annotation casts.SuppressIsSafeUriCastCheck Annotates methods that rely on potentially-unsafe type-annotation casts. -
Classes in com.google.gwt.safehtml.shared.annotations used by com.google.gwt.uibinder.client Class Description IsSafeHtml A type annotation that represents values that are safe to use in a HTML context. -
Classes in com.google.gwt.safehtml.shared.annotations used by com.google.gwt.user.client Class Description IsSafeHtml A type annotation that represents values that are safe to use in a HTML context. -
Classes in com.google.gwt.safehtml.shared.annotations used by com.google.gwt.user.client.ui Class Description IsSafeHtml A type annotation that represents values that are safe to use in a HTML context.IsSafeUri A type annotation that represents values that are safe to use in a URI context.IsTrustedResourceUri A type annotation that represents URIs referencing the application’s own, trusted resources.SuppressIsSafeHtmlCastCheck Annotates methods that rely on potentially-unsafe type-annotation casts.SuppressIsSafeUriCastCheck Annotates methods that rely on potentially-unsafe type-annotation casts.