}
public WOComponent statisticsPage() {
WOStatsPage nextPage = (WOStatsPage) pageWithName("ERXStatisticsPage");
nextPage.password = ERXProperties.stringForKey("WOStatisticsPassword");
return nextPage.submit();
}
public WOComponent toggleD2WInfo() {
boolean currentState = ERDirectToWeb.d2wDebuggingEnabled(session());
Level level = currentState ? Level.INFO : Level.DEBUG;