1461146214631464146514661467
/** * Used for arguments to internationalized expressions to avoid escape */ public static Object rawHtml(Object o) { return o==null ? null : new RawHtmlArgument(o); }