Class UiSafeHtmlInterpreter
java.lang.Object
com.google.gwt.uibinder.elementparsers.UiTextInterpreter
com.google.gwt.uibinder.elementparsers.UiSafeHtmlInterpreter
- All Implemented Interfaces:
com.google.gwt.uibinder.rebind.XMLElement.Interpreter<String>
Interprets generic message tags like:
<ui:safehtml from="{myMsg.message}" />. It's called in HTML contexts.
-
Field Summary
Fields inherited from class com.google.gwt.uibinder.elementparsers.UiTextInterpreter
computedAttributeInterpreter, writer
-
Constructor Summary
-
Method Summary
Methods inherited from class com.google.gwt.uibinder.elementparsers.UiTextInterpreter
interpretElement
-
Constructor Details
-
UiSafeHtmlInterpreter
public UiSafeHtmlInterpreter(com.google.gwt.uibinder.rebind.UiBinderWriter writer)
-
-
Method Details
-
createComputedAttributeInterpreter
- Overrides:
createComputedAttributeInterpreter
in classUiTextInterpreter
-
getLocalName
- Overrides:
getLocalName
in classUiTextInterpreter
-