table.setValues(rewriteStringValues(rw, table.getValues()));
newActions.add(table);
} else if (action instanceof Push) {
Push push = (Push) action;
newActions.add(new Push(rewriteObjectValues(rw,
push.getValues())));
} else if (action instanceof GetUrl) {
GetUrl getUrl = (GetUrl) action;
newActions.add(new GetUrl(rewriteString(rw, getUrl.getUrl()),