Uses of Class
org.experlog.util.AppConfiguration

Packages that use AppConfiguration
org.experlog.base   
org.experlog.db   
org.experlog.openeas.api   
org.experlog.util   
 

Uses of AppConfiguration in org.experlog.base
 

Methods in org.experlog.base that return AppConfiguration
 AppConfiguration OpenClient.getAppConfiguration()
          Get the shop configuration
 AppConfiguration ESStore.getShopConfig()
           
 AppConfiguration ESStore.getShopConfiguration()
          returns the shop configuration for the current shop
 

Methods in org.experlog.base with parameters of type AppConfiguration
 void ESCookie.fromHttpSession(javax.servlet.http.HttpSession s, AppConfiguration cnf, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse rsp)
          Exchange method (from HttpSession to this class)
 void ESStore.setShopConfig(AppConfiguration conf)
           
 

Uses of AppConfiguration in org.experlog.db
 

Methods in org.experlog.db with parameters of type AppConfiguration
 void ESDataSourceWrapper.init(AppConfiguration shopConfig, DatasourceProperty dsprop)
          initialize the datasource wrapper,
 

Uses of AppConfiguration in org.experlog.openeas.api
 

Constructors in org.experlog.openeas.api with parameters of type AppConfiguration
AppConfiguration(AppConfiguration c)
           
 

Uses of AppConfiguration in org.experlog.util
 

Methods in org.experlog.util that return AppConfiguration
 AppConfiguration Client.getAppConfiguration()
           
 AppConfiguration Store.getShopConfiguration()
           
 

Methods in org.experlog.util with parameters of type AppConfiguration
 void Cookie.fromHttpSession(javax.servlet.http.HttpSession s, AppConfiguration c, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse rsp)