Uses of Interface
org.alltimeflashdreamer.mailwebform.MailWebFormConstants

Uses of MailWebFormConstants in org.alltimeflashdreamer.mailwebform
 

Classes in org.alltimeflashdreamer.mailwebform that implement MailWebFormConstants
(package private)  class AbstractMailWebFormServlet
          Title: AbstractMailWebFormServlet
Description: The abstract superclass for MailWebForm's servlets collects fields and methods used by each of the extending classes.
 class 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.
 class GlobalProperties
          Title: GlobalProperties
Description: Reloadable implementation of the java.util.Properties class, ready to return certain properties through specific accessor methods.
(package private)  class 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...).
(package private)  class 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...).
 class JSPBean
          Title: JSPBean
Description: This simple bean is designed to provide the constant and dynamic values used in the various JSP files.
 class MailFormProvider
          Title: MailFormProvider
Description: This class stores the values for one registered mailform provider.
 class MailWebFormServlet
          Title: MailWebFormServlet
Description: This class represents the core of the MailWebForm application part.