Uses of Class
org.alltimeflashdreamer.mailwebform.MailFormProviderList

Uses of MailFormProviderList in org.alltimeflashdreamer.mailwebform
 

Fields in org.alltimeflashdreamer.mailwebform declared as MailFormProviderList
(package private)  MailFormProviderList AbstractMailWebFormServlet.mailFormProviders
          the list of known providers of a mailwebform hosted by this servlet, including the "system" provider
 

Methods in org.alltimeflashdreamer.mailwebform that return MailFormProviderList
 MailFormProviderList JSPBean.getMailFormProviders()
          Returns the mail form provider list implementation.
 

Methods in org.alltimeflashdreamer.mailwebform with parameters of type MailFormProviderList
(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 MailFormProviderList
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.