add extra

master
yihua.huang 2013-06-23 17:06:43 +08:00
parent a0bcfb8567
commit adeed3bcaf
1 changed files with 3 additions and 0 deletions

View File

@ -19,5 +19,8 @@ public class ConsolePipeline implements Pipeline{
for (Map.Entry<String, Selectable> entry : page.getFields().entrySet()) {
System.out.println(entry.getKey()+":\t"+entry.getValue().toStrings());
}
if (page.getExtra()!=null){
System.out.println(page.getExtra());
}
}
}