Package org.alltimeflashdreamer.mailwebform

Interface Summary
MailWebFormConstants Title: MailWebFormConstants
Description: "Storage" for all the constants used in the MailWebForm application.
 

Class Summary
AbstractMailWebFormServlet Title: AbstractMailWebFormServlet
Description: The abstract superclass for MailWebForm's servlets collects fields and methods used by each of the extending classes.
AdminServlet Title: AdminServlet
Description: This is the controller servlet of the admin tool which allows the administrator of the current MailWebForm installation to configure the registered providers "on-line", i.e. using the browser.
GlobalProperties Title: GlobalProperties
Description: Reloadable implementation of the java.util.Properties class, ready to return certain properties through specific accessor methods.
GlobalPropertiesFileWriter Title: GlobalPropertiesFileWriter
Description: This class is designed to write the global properties file, from scratch, to make sure that each additional text is kept (java.util.Properties has its own, ugly format...).
IndividualPropertiesFileWriter Title: IndividualPropertiesFileWriter
Description: This class is designed to write the individual properties file of a certain provider, from scratch, to make sure that each additional text is kept (java.util.Properties has its own, ugly format...).
JSPBean Title: JSPBean
Description: This simple bean is designed to provide the constant and dynamic values used in the various JSP files.
MailFormProvider Title: MailFormProvider
Description: This class stores the values for one registered mailform provider.
MailFormProviderList Title: MailFormProviderList
Description: Represents a handler of a list of known/defined providers of a mailwebform site, as defined in the application's global properties file.
MailWebFormServlet Title: MailWebFormServlet
Description: This class represents the core of the MailWebForm application part.
 

Exception Summary
MailWebFormException Title: MailWebFormException
Description: Application-specific exception, thrown if certain fail conditions within the workflow are met.