static S htable(O data) { ret htmlTable(data); } static S htable(O data, boolean useHtmlEncode) { ret htmlTable(data, useHtmlEncode); } static S htable(O data, boolean useHtmlEncode, boolean useBr) { ret htmlTable(data, useHtmlEncode, useBr); }