public interface

AttributeParser

com.google.gwt.uibinder.attributeparsers.AttributeParser
Known Indirect Subclasses

Class Overview

Attribute parsers are classes that parse xml attribute values, turning them into valid Java expressions.

Summary

Public Methods
abstract String parse(String value)
Parse the given attribute value.

Public Methods

public abstract String parse (String value)

Parse the given attribute value.

Parameters
value the attribute value to be parsed
Returns
  • a valid Java expression
Throws
UnableToCompleteException on parse error