com.google.gwt.uibinder.elementparsers
Class UiTextInterpreter
java.lang.Object
com.google.gwt.uibinder.elementparsers.UiTextInterpreter
- All Implemented Interfaces:
- com.google.gwt.uibinder.rebind.XMLElement.Interpreter<java.lang.String>
- Direct Known Subclasses:
- UiSafeHtmlInterpreter
public class UiTextInterpreter
- extends java.lang.Object
- implements com.google.gwt.uibinder.rebind.XMLElement.Interpreter<java.lang.String>
Interprets generic message tags like:
<ui:text from="{myMsg.message}" />. It's called in both text
and HTML contexts.
Constructor Summary |
UiTextInterpreter(com.google.gwt.uibinder.rebind.UiBinderWriter writer)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
writer
protected final com.google.gwt.uibinder.rebind.UiBinderWriter writer
computedAttributeInterpreter
protected final ComputedAttributeInterpreter computedAttributeInterpreter
UiTextInterpreter
public UiTextInterpreter(com.google.gwt.uibinder.rebind.UiBinderWriter writer)
interpretElement
public java.lang.String interpretElement(com.google.gwt.uibinder.rebind.XMLElement elem)
throws UnableToCompleteException
- Specified by:
interpretElement
in interface com.google.gwt.uibinder.rebind.XMLElement.Interpreter<java.lang.String>
- Throws:
UnableToCompleteException
createComputedAttributeInterpreter
protected ComputedAttributeInterpreter createComputedAttributeInterpreter()
getLocalName
protected java.lang.String getLocalName()