Package | Description |
---|---|
com.google.gwt.uibinder.attributeparsers |
Classes that parse XML attribute values, turning them into valid Java expressions.
|
Modifier and Type | Class and Description |
---|---|
class |
LengthAttributeParser
Parses a CSS length value (e.g., "2em", "50%"), returning a comma-separated
(double, Unit) pair.
|
class |
SafeUriAttributeParser
Parses
SafeUri literals or
references. |
Modifier and Type | Method and Description |
---|---|
AttributeParser |
AttributeParsers.getParser(JType... types)
Returns a parser for the given type(s).
|
AttributeParser |
AttributeParsers.getSafeUriInHtmlParser()
Returns a parser specialized for handling URI references
in html contexts, like <a href="{foo.bar}">.
|
Copyright © 2018. All rights reserved.