Class StringAttributeParser

java.lang.Object
com.google.gwt.uibinder.attributeparsers.StringAttributeParser
All Implemented Interfaces:
AttributeParser

class StringAttributeParser extends Object implements AttributeParser
Parses a string attribute.
  • Constructor Details

  • Method Details

    • parse

      public String parse(com.google.gwt.uibinder.rebind.XMLElement source, String value)
      Description copied from interface: AttributeParser
      Parse the given attribute value.
      Specified by:
      parse in interface AttributeParser
      Parameters:
      source - the source code the value came from, for error reporting purposes
      value - the attribute value to be parsed
      Returns:
      a valid Java expression