Package com.google.gwt.text.shared
package com.google.gwt.text.shared
Classes for parsing and rendering text and safe HTML.
-
ClassDescriptionAbstract implementation of a renderer to make implementation of rendering simpler.Abstract implementation of a safe HTML renderer to make implementation of rendering simpler.Parser<T>An object that can parse text and return a value.Renderer<T>An object that can render other objects of a particular type into plain-text form.An object that can render other objects of a particular type into safe HTML form.A simple
SafeHtmlRenderer
implementation that callsSafeHtmlUtils.fromString(String)
to escape its arguments.A simple renderer that usesObject.toString()
of the object.