Uses of Interface
com.indexdata.mkjsf.config.ConfigurationReader

Packages that use ConfigurationReader
com.indexdata.mkjsf.config The library comes with two alternative mechanisms for configuration of an application, but it is possible to apply a custom scheme too or not use the configurations at all. 
com.indexdata.mkjsf.errors Error reporting, error diagnostics, and exception classes 
com.indexdata.mkjsf.pazpar2 Overall control and execution of search logic. 
 

Uses of ConfigurationReader in com.indexdata.mkjsf.config
 

Classes in com.indexdata.mkjsf.config that implement ConfigurationReader
 class Mk2ConfigReader
          Reads configuration from a MasterKey configuration scheme
 class WebXmlConfigReader
          Reads a configuration from the context parameters of the deployment descriptor (web.xml)
 

Methods in com.indexdata.mkjsf.config with parameters of type ConfigurationReader
 void Configurable.configure(ConfigurationReader reader)
          Configures the Configurable using the configuration obtained by the provided configuration reader
 

Uses of ConfigurationReader in com.indexdata.mkjsf.errors
 

Constructors in com.indexdata.mkjsf.errors with parameters of type ConfigurationReader
ErrorHelper(ConfigurationReader configurator)
           
 

Uses of ConfigurationReader in com.indexdata.mkjsf.pazpar2
 

Methods in com.indexdata.mkjsf.pazpar2 with parameters of type ConfigurationReader
 void ServiceProxyClient.configure(ConfigurationReader configReader)
           
 void Pz2Service.configure(ConfigurationReader reader)
           
 void Pz2Client.configure(ConfigurationReader configReader)
           
 void Pz2Service.configureClient(SearchClient client, ConfigurationReader configReader)
          Configures the selected search client using the selected configuration reader.
 



Copyright © 2013. All Rights Reserved.