public static class Attr.Auto extends Attr
new Auto("value").toString(); // = 'value'
new Auto(1234).toString(); // = 1234
new Auto(Json.parse("{key:1234}")).toString(); // = {key:1234}
Attr.Auto, Attr.MarkupId, Attr.NullValue, Attr.Plain, Attr.Quotedprotected Attr.Auto(Object value)
value - the attribute valueCopyright © 2014. All Rights Reserved.