public class

BundleAttributeParsers

extends Object
java.lang.Object
   ↳ com.google.gwt.uibinder.attributeparsers.BundleAttributeParsers

Class Overview

Manages BundleAttributeParsers, which provide the deprecated res:style{style.pretty} feature.

Summary

Public Constructors
BundleAttributeParsers(TypeOracle oracle, MortalLogger logger, OwnerClass ownerClass, String templatePath, JClassType uiOwnerType)
Public Methods
BundleAttributeParser get(XMLAttribute attribute)
BundleAttributeParser get(OwnerFieldClass type)
Map<StringBundleAttributeParser> getMap()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public BundleAttributeParsers (TypeOracle oracle, MortalLogger logger, OwnerClass ownerClass, String templatePath, JClassType uiOwnerType)

Public Methods

public BundleAttributeParser get (XMLAttribute attribute)

Throws
UnableToCompleteException

public Map<StringBundleAttributeParser> getMap ()