GWT 2.7.0

Uses of Class
com.google.gwt.uibinder.attributeparsers.StringAttributeParser

Packages that use StringAttributeParser
com.google.gwt.uibinder.attributeparsers Classes that parse XML attribute values, turning them into valid Java expressions. 
 

Uses of StringAttributeParser in com.google.gwt.uibinder.attributeparsers
 

Constructors in com.google.gwt.uibinder.attributeparsers with parameters of type StringAttributeParser
SafeUriAttributeParser(StringAttributeParser stringParser, FieldReferenceConverter converter, JType safeUriType, JType stringType, com.google.gwt.uibinder.rebind.MortalLogger logger)
          Constructs an instance for particular use in html contexts, where {string.references} are acceptible.
SafeUriAttributeParser(StringAttributeParser stringParser, FieldReferenceConverter converter, JType safeUriType, com.google.gwt.uibinder.rebind.MortalLogger logger)
          Constructs an instance for normal use, where String literals are okay but {string.references} are not.
 


GWT 2.7.0