|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.uibinder.attributeparsers.BundleAttributeParser
@Deprecated public class BundleAttributeParser
Interprets an attribute's contents as a method call on a resource class (one tied to an xmnls prefix via a "with://" url).
Constructor Summary | |
---|---|
BundleAttributeParser(JClassType bundleClass,
java.lang.String bundleInstance,
boolean isBundleStatic)
Deprecated. |
Method Summary | |
---|---|
JClassType |
bundleClass()
Deprecated. |
java.lang.String |
bundleInstance()
Deprecated. |
java.lang.String |
fullBundleClassName()
Deprecated. |
boolean |
isBundleStatic()
Deprecated. |
java.lang.String |
parse(java.lang.String attribute)
Deprecated. Parse the given attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BundleAttributeParser(JClassType bundleClass, java.lang.String bundleInstance, boolean isBundleStatic)
Method Detail |
---|
public JClassType bundleClass()
public java.lang.String bundleInstance()
public java.lang.String fullBundleClassName()
public boolean isBundleStatic()
public java.lang.String parse(java.lang.String attribute)
AttributeParser
parse
in interface AttributeParser
attribute
- the attribute value to be parsed
|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |