Class AttributeParsers
java.lang.Object
com.google.gwt.uibinder.attributeparsers.AttributeParsers
Managers access to all implementations of
AttributeParser
.-
Constructor Summary
ConstructorDescriptionAttributeParsers
(TypeOracle types, com.google.gwt.uibinder.rebind.FieldManager fieldManager, com.google.gwt.uibinder.rebind.MortalLogger logger) -
Method Summary
Modifier and TypeMethodDescriptionReturns a parser for the given type(s).Returns a parser specialized for handling URI references in html contexts, like <a href="{foo.bar}">.
-
Constructor Details
-
AttributeParsers
public AttributeParsers(TypeOracle types, com.google.gwt.uibinder.rebind.FieldManager fieldManager, com.google.gwt.uibinder.rebind.MortalLogger logger)
-
-
Method Details
-
getParser
Returns a parser for the given type(s). Accepts multiple types args to allow requesting parsers for things like for pairs of ints. -
getSafeUriInHtmlParser
Returns a parser specialized for handling URI references in html contexts, like <a href="{foo.bar}">.
-