Uses of Class
org.alltimeflashdreamer.mailwebform.MailWebFormException

Uses of MailWebFormException in org.alltimeflashdreamer.mailwebform
 

Methods in org.alltimeflashdreamer.mailwebform with parameters of type MailWebFormException
(package private)  void AbstractMailWebFormServlet.showErrorScreen(MailWebFormException mwfe, HttpServletRequest request, HttpServletResponse response)
          Wraps the given error message into the JSPBean and redirects the client to the error page.
 

Methods in org.alltimeflashdreamer.mailwebform that throw MailWebFormException
(package private)  void MailFormProviderList.checkProviderSettings()
          Steps through the list of registered providers and forces each one to check whether the provider-specific settings file has been changed since the last access.
(package private)  void MailFormProviderList.checkProviderSettings(String sProviderName)
          Searches the given provider in the list and forces him to reread the settings from the individual property file.
(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 MailFormProvider.readIndividualProperties()
          Checks whether it's necessary to read/update the provider-specific settings.
(package private)  void IndividualPropertiesFileWriter.writeFile(MailFormProvider provider)
          Writes the individual property file of the given provider.
(package private)  void AbstractMailWebFormServlet.readGlobalProperties()
          Reads the settings from the global properties file which must reside in the application classes' root folder.
(package private)  File AbstractMailWebFormServlet.getPropertyFile()
          Returns the abstract File instance pointing to the global properties file.
(package private)  File AbstractMailWebFormServlet.getCredentialsFile()
          Returns the abstract File instance pointing to the user credentials file.
(package private) static String AbstractMailWebFormServlet.getConfigDirProperty()
          Reads the system property defining the app's config directory.
 

Constructors in org.alltimeflashdreamer.mailwebform with parameters of type MailWebFormException
JSPBean(MailWebFormException mwfe)
          Constructor simply stores the fully rendered error message that consists of the error message of the given exception itself as well as those of the cascaded root cause(s), if any, ready to be shown on the error JSP site.
 

Constructors in org.alltimeflashdreamer.mailwebform that throw MailWebFormException
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.