public class

BundleAttributeParser

extends Object
implements AttributeParser
java.lang.Object
   ↳ com.google.gwt.uibinder.attributeparsers.BundleAttributeParser

This class is deprecated.
soon to die, replaced by brace expressions

Class Overview

Interprets an attribute's contents as a method call on a resource class (one tied to an xmnls prefix via a "with://" url).

Summary

Public Constructors
BundleAttributeParser(JClassType bundleClass, String bundleInstance, boolean isBundleStatic)
Public Methods
JClassType bundleClass()
String bundleInstance()
String fullBundleClassName()
boolean isBundleStatic()
String parse(String attribute)
Parse the given attribute value.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.gwt.uibinder.attributeparsers.AttributeParser

Public Constructors

public BundleAttributeParser (JClassType bundleClass, String bundleInstance, boolean isBundleStatic)

Public Methods

public JClassType bundleClass ()

public String bundleInstance ()

public String fullBundleClassName ()

public boolean isBundleStatic ()

public String parse (String attribute)

Parse the given attribute value.

Parameters
attribute the attribute value to be parsed
Returns
  • a valid Java expression