|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.uibinder.attributeparsers.AttributeParsers
public class AttributeParsers
Managers access to all implementations of AttributeParser
.
Constructor Summary | |
---|---|
AttributeParsers(TypeOracle types,
com.google.gwt.uibinder.rebind.FieldManager fieldManager,
com.google.gwt.uibinder.rebind.MortalLogger logger)
|
Method Summary | |
---|---|
AttributeParser |
getParser(JType... types)
Returns a parser for the given type(s). |
AttributeParser |
getSafeUriInHtmlParser()
Returns a parser specialized for handling URI references in html contexts, like <a href="{foo.bar}">. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeParsers(TypeOracle types, com.google.gwt.uibinder.rebind.FieldManager fieldManager, com.google.gwt.uibinder.rebind.MortalLogger logger)
Method Detail |
---|
public AttributeParser getParser(JType... types)
public AttributeParser getSafeUriInHtmlParser()
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |