public class

UiTextInterpreter

extends Object
implements XMLElement.Interpreter<T>
java.lang.Object
   ↳ com.google.gwt.uibinder.elementparsers.UiTextInterpreter

Class Overview

Interprets generic message tags like: <ui:text from="{myMsg.message}" />. It's called in both hasText and hasHTML context.

Summary

Public Constructors
UiTextInterpreter(MortalLogger logger)
Public Methods
String interpretElement(XMLElement elem)
Given an XMLElement, return its filtered value.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.gwt.uibinder.rebind.XMLElement.Interpreter

Public Constructors

public UiTextInterpreter (MortalLogger logger)

Public Methods

public String interpretElement (XMLElement elem)

Given an XMLElement, return its filtered value.

Throws
UnableToCompleteException