Uses of Class
org.alltimeflashdreamer.mailwebform.GlobalProperties

Uses of GlobalProperties in org.alltimeflashdreamer.mailwebform
 

Fields in org.alltimeflashdreamer.mailwebform declared as GlobalProperties
(package private)  GlobalProperties AbstractMailWebFormServlet.globalProperties
          Properties instance storing the values read from the global properties file
 

Methods in org.alltimeflashdreamer.mailwebform that return GlobalProperties
 GlobalProperties JSPBean.getGlobalProperties()
          Returns the Properties implementation holding the application's global settings.
 

Methods in org.alltimeflashdreamer.mailwebform with parameters of type GlobalProperties
(package private)  void MailFormProviderList.updateProvider(String sProviderName, String sProviderDirectory, String sToName, String sToAddress, String sAllowOverwrite, String sTemplate, GlobalProperties globalProperties)
          Updates the "personal" setting of the specified provider by recreating the MailFormProvider instance and overwriting the old one within this list.
(package private)  void GlobalPropertiesFileWriter.writeFile(GlobalProperties globalProperties, MailFormProviderList mailFormProviders, File propertyFile)
          (Re-)Writes the global properties file, using the given values (the default system settings are stored within the provider "system").
 

Constructors in org.alltimeflashdreamer.mailwebform with parameters of type GlobalProperties
MailFormProviderList(GlobalProperties globalProperties)
          The constructor receives the Properties object where the providers' settings are stored, especially the comma-separated list of defined/active providers which is used to build the internal list of providers
MailFormProvider(String sName, GlobalProperties globalProperties)
          The constructor receives the name of the current mailform provider together with the pointer to the ResourceBundle where the default settings are stored.
JSPBean(String sProviderName, GlobalProperties globalProperties, MailFormProviderList mailFormProviders)
          Constructor simply stores the given values, ready to be used on the one of the add/edit/edit-system-provider JSP sites.