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<java.lang.String>
public class UiSafeHtmlInterpreter extends UiTextInterpreter
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
Constructors Constructor Description UiSafeHtmlInterpreter(com.google.gwt.uibinder.rebind.UiBinderWriter writer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ComputedAttributeInterpreter
createComputedAttributeInterpreter()
protected java.lang.String
getLocalName()
-
Methods inherited from class com.google.gwt.uibinder.elementparsers.UiTextInterpreter
interpretElement
-
-
-
-
Method Detail
-
createComputedAttributeInterpreter
protected ComputedAttributeInterpreter createComputedAttributeInterpreter()
- Overrides:
createComputedAttributeInterpreter
in classUiTextInterpreter
-
getLocalName
protected java.lang.String getLocalName()
- Overrides:
getLocalName
in classUiTextInterpreter
-
-