public Navigation run() throws Exception {
return null;
}
protected void loadConfig() throws Exception{
appConfig = new AppConfig("appenginecart.properties");
setTheme(appConfig.getValue("appenginecart.config.theme"));
setThemePath(String.format("theme/%s/pages/", getTheme()));
}