Uses of Class
com.google.gwt.safehtml.shared.annotations.IsSafeUri
-
Packages that use IsSafeUri 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.safehtml.shared Shared classes for creating safe HTML content.com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of IsSafeUri in com.google.gwt.dom.builder.client
Method parameters in com.google.gwt.dom.builder.client with annotations of type IsSafeUri Modifier and Type Method Description FormBuilder
DomFormBuilder. action(java.lang.String action)
ModBuilder
DomModBuilder. cite(java.lang.String cite)
QuoteBuilder
DomQuoteBuilder. cite(java.lang.String cite)
AnchorBuilder
DomAnchorBuilder. href(java.lang.String href)
FrameBuilder
DomFrameBuilder. longDesc(java.lang.String longDesc)
IFrameBuilder
DomIFrameBuilder. src(java.lang.String src)
StylesBuilder
DomStylesBuilder. trustedBackgroundImage(java.lang.String value)
-
Uses of IsSafeUri in com.google.gwt.dom.builder.shared
Method parameters in com.google.gwt.dom.builder.shared with annotations of type IsSafeUri Modifier and Type Method Description FormBuilder
FormBuilder. action(java.lang.String action)
Server-side form handler.FormBuilder
HtmlFormBuilder. action(java.lang.String action)
QuoteBuilder
HtmlQuoteBuilder. cite(java.lang.String cite)
ModBuilder
ModBuilder. cite(java.lang.String cite)
A URI designating a document that describes the reason for the change.QuoteBuilder
QuoteBuilder. cite(java.lang.String cite)
A URI designating a source document or message.AnchorBuilder
AnchorBuilder. href(java.lang.String href)
The absolute URI of the linked resource.AnchorBuilder
HtmlAnchorBuilder. href(java.lang.String href)
FrameBuilder
FrameBuilder. longDesc(java.lang.String longDesc)
URI designating a long description of this image or frame.FrameBuilder
HtmlFrameBuilder. longDesc(java.lang.String longDesc)
IFrameBuilder
HtmlIFrameBuilder. src(java.lang.String src)
IFrameBuilder
IFrameBuilder. src(java.lang.String src)
A URI designating the initial frame contents.StylesBuilder
HtmlStylesBuilder. trustedBackgroundImage(java.lang.String value)
StylesBuilder
StylesBuilder. trustedBackgroundImage(java.lang.String value)
Sets the "background-image" style property to the specified value. -
Uses of IsSafeUri in com.google.gwt.dom.client
Method parameters in com.google.gwt.dom.client with annotations of type IsSafeUri Modifier and Type Method Description void
FormElement. setAction(java.lang.String action)
Server-side form handler.void
Style. setBackgroundImage(java.lang.String value)
Set the background-image css property.void
ModElement. setCite(java.lang.String cite)
A URI designating a document that describes the reason for the change.void
QuoteElement. setCite(java.lang.String cite)
A URI designating a source document or message.void
AnchorElement. setHref(java.lang.String href)
The absolute URI of the linked resource.void
FrameElement. setLongDesc(java.lang.String longDesc)
URI designating a long description of this image or frame.void
IFrameElement. setSrc(java.lang.String src)
A URI designating the initial frame contents. -
Uses of IsSafeUri in com.google.gwt.safehtml.shared
Methods in com.google.gwt.safehtml.shared with annotations of type IsSafeUri Modifier and Type Method Description java.lang.String
SafeUri. asString()
Returns this object's contained URI as a string.java.lang.String
SafeUriString. asString()
Returns this object's contained URI as a string.static java.lang.String
UriUtils. sanitizeUri(java.lang.String uri)
Sanitizes a URI.Constructor parameters in com.google.gwt.safehtml.shared with annotations of type IsSafeUri Constructor Description SafeUriString(java.lang.String uri)
Constructs aSafeUriString
from a string. -
Uses of IsSafeUri in com.google.gwt.user.client.ui
Method parameters in com.google.gwt.user.client.ui with annotations of type IsSafeUri Modifier and Type Method Description void
FormPanel. setAction(java.lang.String url)
Sets the 'action' associated with this form.void
Anchor. setHref(java.lang.String href)
Sets the anchor's href (the url to which it links).Constructor parameters in com.google.gwt.user.client.ui with annotations of type IsSafeUri Constructor Description Anchor(SafeHtml html, HasDirection.Direction dir, java.lang.String href)
Creates an anchor with its html and href (target URL) specified.Anchor(SafeHtml html, DirectionEstimator directionEstimator, java.lang.String href)
Creates an anchor with its html and href (target URL) specified.Anchor(SafeHtml html, java.lang.String href)
Creates an anchor with its html and href (target URL) specified.Anchor(SafeHtml html, java.lang.String href, java.lang.String target)
Creates a source anchor (link to URI).Anchor(java.lang.String text, boolean asHTML, java.lang.String href)
Creates an anchor with its text and href (target URL) specified.Anchor(java.lang.String text, boolean asHtml, java.lang.String href, java.lang.String target)
Creates a source anchor (link to URI).Anchor(java.lang.String text, HasDirection.Direction dir, java.lang.String href)
Creates an anchor with its text and href (target URL) specified.Anchor(java.lang.String text, DirectionEstimator directionEstimator, java.lang.String href)
Creates an anchor with its text and href (target URL) specified.Anchor(java.lang.String text, java.lang.String href)
Creates an anchor with its text and href (target URL) specified.Anchor(java.lang.String text, java.lang.String href, java.lang.String target)
Creates a source anchor with a frame target.
-