A C D E F G H I J M N O P R S T U W

G

GlobalProperties - class org.alltimeflashdreamer.mailwebform.GlobalProperties.
Title: GlobalProperties
Description: Reloadable implementation of the java.util.Properties class, ready to return certain properties through specific accessor methods.
GlobalProperties(File) - Constructor for class org.alltimeflashdreamer.mailwebform.GlobalProperties
Reads the contents of the specified property file into the internal list of properties.
GlobalPropertiesFileWriter - class org.alltimeflashdreamer.mailwebform.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...).
GlobalPropertiesFileWriter() - Constructor for class org.alltimeflashdreamer.mailwebform.GlobalPropertiesFileWriter
 
getAdminUserName() - Method in class org.alltimeflashdreamer.mailwebform.JSPBean
Returns the user name of the admin account, if set in the relative constructor, or null.
getCause() - Method in class org.alltimeflashdreamer.mailwebform.MailWebFormException
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
getChangeTitle(boolean) - Method in class org.alltimeflashdreamer.mailwebform.JSPBean
Returns the title to be shown on the change password/credentials pages of the admin tool.
getConfigDirProperty() - Static method in class org.alltimeflashdreamer.mailwebform.AbstractMailWebFormServlet
Reads the system property defining the app's config directory.
getCredentialsFile() - Method in class org.alltimeflashdreamer.mailwebform.AbstractMailWebFormServlet
Returns the abstract File instance pointing to the user credentials file.
getDefaultErrorURL() - Method in class org.alltimeflashdreamer.mailwebform.MailFormProvider
Returns the default error url setting.
getDefaultSMTPHost() - Method in class org.alltimeflashdreamer.mailwebform.MailFormProvider
Returns the default SMTP host setting.
getDefaultSMTPPort() - Method in class org.alltimeflashdreamer.mailwebform.MailFormProvider
Returns the default SMTP port setting.
getDefaultSuccessURL() - Method in class org.alltimeflashdreamer.mailwebform.MailFormProvider
Returns the default success url setting.
getDefaultTemplate() - Method in class org.alltimeflashdreamer.mailwebform.MailFormProvider
Returns the default template setting.
getDefaultToAddress() - Method in class org.alltimeflashdreamer.mailwebform.MailFormProvider
Returns the default to-address setting.
getDefaultToName() - Method in class org.alltimeflashdreamer.mailwebform.MailFormProvider
Returns the default to-name setting.
getEditTitle() - Method in class org.alltimeflashdreamer.mailwebform.JSPBean
Returns the title to be shown on the edit pages of the admin tool.
getErrorMessage() - Method in class org.alltimeflashdreamer.mailwebform.JSPBean
Returns the error message, as received in the constructor, or an empty string, if not provided.
getErrorTitle() - Method in class org.alltimeflashdreamer.mailwebform.JSPBean
Returns the title to be shown on the error page of the admin tool.
getErrorURL() - Method in class org.alltimeflashdreamer.mailwebform.GlobalProperties
Returns the global setting for the site that is shown in case of an unsuccessful delivery of the generated mail; may be unset.
getErrorURL() - Method in class org.alltimeflashdreamer.mailwebform.MailFormProvider
Returns the error url setting.
getErrorURL(String, String) - Method in class org.alltimeflashdreamer.mailwebform.MailFormProviderList
Returns the given provider's "ERROR_URL" setting.
getGlobalProperties() - Method in class org.alltimeflashdreamer.mailwebform.JSPBean
Returns the Properties implementation holding the application's global settings.
getGlobalPropertiesPart() - Method in class org.alltimeflashdreamer.mailwebform.MailFormProvider
Returns an array filled with strings formatted like "<key>=<value>", ready to be written into the global properties file, together with the description of the section wherein these strings are located in the file.
getGlobalPropertiesPart(String) - Method in class org.alltimeflashdreamer.mailwebform.MailFormProviderList
Returns the list of lines that are to be written into the global properties file for the given provider.
getIndividualErrorURL() - Method in class org.alltimeflashdreamer.mailwebform.MailFormProvider
Returns the individual error url setting.
getIndividualSMTPHost() - Method in class org.alltimeflashdreamer.mailwebform.MailFormProvider
Returns the individual SMTP host setting.
getIndividualSMTPPort() - Method in class org.alltimeflashdreamer.mailwebform.MailFormProvider
Returns the individual SMTP host setting.
getIndividualSuccessURL() - Method in class org.alltimeflashdreamer.mailwebform.MailFormProvider
Returns the individual success url setting.
getIndividualTemplate() - Method in class org.alltimeflashdreamer.mailwebform.MailFormProvider
Returns the individual template setting.
getIndividualToAddress() - Method in class org.alltimeflashdreamer.mailwebform.MailFormProvider
Returns the individual to-address setting.
getIndividualToName() - Method in class org.alltimeflashdreamer.mailwebform.MailFormProvider
Returns the individual to-name setting.
getLoginTitle() - Method in class org.alltimeflashdreamer.mailwebform.JSPBean
Returns the title to be shown on the login page of the admin tool.
getMailFormProvider(String) - Method in class org.alltimeflashdreamer.mailwebform.JSPBean
Returns the specified provider instance or null, if the provider list hasn't been passed in the constructor or the specified provider name is not registered.
getMailFormProviders() - Method in class org.alltimeflashdreamer.mailwebform.JSPBean
Returns the mail form provider list implementation.
getMainTitle() - Method in class org.alltimeflashdreamer.mailwebform.JSPBean
Returns the title to be shown on the main page of the admin tool.
getName() - Method in class org.alltimeflashdreamer.mailwebform.MailFormProvider
Returns the name of this provider.
getParameterIgnoreCase(HttpServletRequest, String) - Method in class org.alltimeflashdreamer.mailwebform.AbstractMailWebFormServlet
Searches the list of parameter names case-insensitively for the given key and returns the first value, if found.
getParameterValuesIgnoreCase(HttpServletRequest, String) - Method in class org.alltimeflashdreamer.mailwebform.AbstractMailWebFormServlet
Searches the list of parameter names case-insensitively for the given key and returns the value list, if found.
getPassword() - Method in class org.alltimeflashdreamer.mailwebform.MailFormProvider
Returns the encoded password that the provider uses to log in into the admin tool.
getPassword(String) - Method in class org.alltimeflashdreamer.mailwebform.MailFormProviderList
Returns the password parameter of the given provider or null, if the specified provider doesn't exist.
getPropertyFile() - Method in class org.alltimeflashdreamer.mailwebform.AbstractMailWebFormServlet
Returns the abstract File instance pointing to the global properties file.
getProvider(String) - Method in class org.alltimeflashdreamer.mailwebform.MailFormProviderList
Returns the specified provider instance or null, if the specified provider name is not registered (case-insensitive check).
getProviderDirectory() - Method in class org.alltimeflashdreamer.mailwebform.MailFormProvider
Returns the value of the provider's individual path property.
getProviderDirectory(String) - Method in class org.alltimeflashdreamer.mailwebform.MailFormProviderList
Returns the ProviderDirectory parameter of the given provider or null, if the specified provider doesn't exist.
getProviderList() - Method in class org.alltimeflashdreamer.mailwebform.JSPBean
Returns the list of providers, as received in the constructor, or an empty list, if another constructor was called.
getProviderName() - Method in class org.alltimeflashdreamer.mailwebform.JSPBean
Returns the name of the currently active provider or an empty string, if not set or a new one is to be created.
getProviderNames() - Method in class org.alltimeflashdreamer.mailwebform.MailFormProviderList
Returns a String[] containing the names of the registered providers.
getSMTPHost() - Method in class org.alltimeflashdreamer.mailwebform.GlobalProperties
Returns the global setting for the smtp server's host name.
getSMTPHost() - Method in class org.alltimeflashdreamer.mailwebform.MailFormProvider
Returns the individual or the SMTP host setting or null, if both aren't defined.
getSMTPHost(String, String) - Method in class org.alltimeflashdreamer.mailwebform.MailFormProviderList
Returns the given provider's "SMTP_HOST" setting.
getSMTPPort() - Method in class org.alltimeflashdreamer.mailwebform.GlobalProperties
Returns the global setting for the smtp server's port value.
getSMTPPort() - Method in class org.alltimeflashdreamer.mailwebform.MailFormProvider
Returns the SMTP port setting.
getSMTPPort(String, int) - Method in class org.alltimeflashdreamer.mailwebform.MailFormProviderList
Returns the given provider's "SMTP_PORT" setting.
getSpamErrorURL() - Method in class org.alltimeflashdreamer.mailwebform.GlobalProperties
Returns the global setting for the site that is shown in case of an illegal calling of the application (by hackers or spammers); may be unset.
getSuccessURL() - Method in class org.alltimeflashdreamer.mailwebform.GlobalProperties
Returns the global setting for the site that is shown in case of a successful delivery of the generated mail; may be unset.
getSuccessURL() - Method in class org.alltimeflashdreamer.mailwebform.MailFormProvider
Returns the success url setting.
getSuccessURL(String, String) - Method in class org.alltimeflashdreamer.mailwebform.MailFormProviderList
Returns the given provider's "SUCCESS_URL" setting.
getTemplate() - Method in class org.alltimeflashdreamer.mailwebform.MailFormProvider
Returns the template setting.
getToAddress() - Method in class org.alltimeflashdreamer.mailwebform.MailFormProvider
Returns the individual or the default to-address setting or null, if both aren't defined.
getToAddress(String, String) - Method in class org.alltimeflashdreamer.mailwebform.MailFormProviderList
Returns the given provider's "TOADDRESS" setting.
getToName() - Method in class org.alltimeflashdreamer.mailwebform.MailFormProvider
Returns the individual or the default to-name setting or null, if both aren't defined.
getToName(String, String) - Method in class org.alltimeflashdreamer.mailwebform.MailFormProviderList
Returns the given provider's "TONAME" setting.
getValidProperty(String, String) - Static method in class org.alltimeflashdreamer.mailwebform.MailFormProviderList
Returns the given property, if not null and not empty, else the given default one.
globalProperties - Variable in class org.alltimeflashdreamer.mailwebform.AbstractMailWebFormServlet
Properties instance storing the values read from the global properties file

A C D E F G H I J M N O P R S T U W