if (arg instanceof Wrapper) {
arg = ((Wrapper) arg).unwrap();
}
String url = String.valueOf(arg);
tmlContext.redirectto(url);
}
public static List<String> buildOptions(Context cx, Scriptable thisObj, java.lang.Object[] args, Function funObj) throws JavaScriptException, FormattingException, WGAPIException, IOException {