public class

Tokenator

extends Object
java.lang.Object
   ↳ com.google.gwt.uibinder.rebind.Tokenator

Class Overview

Methods to dispense unique text tokens to be stitched into text, and to help replace the tokens with arbitrary content. Multiple tokenators can be used across the same body of text without fear of the tokens they vend colliding with each other.

Summary

Nested Classes
interface Tokenator.Resolver Resolves a token to its literal value. 
Public Constructors
Tokenator()
Public Methods
String detokenate(String betokened)
static String detokenate(String betokened, Tokenator.Resolver resolver)
static boolean hasToken(String s)
String nextToken(String resolved)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Tokenator ()

Public Methods

public String detokenate (String betokened)

public static String detokenate (String betokened, Tokenator.Resolver resolver)

public static boolean hasToken (String s)

public String nextToken (String resolved)