public class AttributeParsers extends Object
AttributeParser
.Constructor and Description |
---|
AttributeParsers(TypeOracle types,
com.google.gwt.uibinder.rebind.FieldManager fieldManager,
com.google.gwt.uibinder.rebind.MortalLogger logger) |
Modifier and Type | Method and Description |
---|---|
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}">.
|
public AttributeParsers(TypeOracle types, com.google.gwt.uibinder.rebind.FieldManager fieldManager, com.google.gwt.uibinder.rebind.MortalLogger logger)
public AttributeParser getParser(JType... types)
public AttributeParser getSafeUriInHtmlParser()
Copyright © 2018. All rights reserved.