com.swfit.app
Class MultiMailer

java.lang.Object
  |
  +--javax.servlet.GenericServlet
        |
        +--javax.servlet.http.HttpServlet
              |
              +--com.swfit.core.servlet.XHTMLBasicServlet
                    |
                    +--com.swfit.app.MultiMailer
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class MultiMailer
extends XHTMLBasicServlet

A utility class for different kinds of webmail.

Since:
SWFIT1.0
Version:
$Revision: 1.1 $ $Date: 2003/02/02 20:47:25 $
Author:
Olaf Havnes
See Also:
Serialized Form

Fields inherited from class com.swfit.core.servlet.XHTMLBasicServlet
ANOTHER_USER_DATA_EXPLAINER, COMMON_DATA_FILE, DEFAULT_ADMIN, DEFAULT_PASS, DELETE_OTHR_USER_DATA_BUTTON_EXPLAINER, DELETE_USER_DATA_BUTTON, FORM_DIRECTORY, FORM_DUMMY, GET_DELETE_USER_DATA_BUTTON, GET_GOTO_APPLICATION, GET_NEW_PASSWORD_1, GET_NEW_PASSWORD_2, GET_NEW_USER_BUTTON, GET_PASSWORD, GET_SOS_BUTTON, GET_SOS_USER, GET_UPDATE_USER_DATA_BUTTON, GET_USERNAME, GOTO_APPLICATION, GOTO_APPLICATION_EXPLAINER, GOTO_APPLICATION_FORM, LOCALE_TEXT, LOCALE_TEXT_SUFFIX, LOGIN_BUTTON, LOGIN_BUTTON_EXPLAINER, LOGIN_FORM, LOGIN_FORM_EXPLAINER, LOGON_STRING, MIN_PASSWORD_LENGTH, NEW_PASSWORD_1, NEW_PASSWORD_2, NEW_PASSWORD_FORM, NEW_PASSWORD_FORM_EXPLAINER, NEW_USER_BUTTON, NEW_USER_BUTTON_EXPLAINER, NEW_USER_BUTTON_FORM, PASSWORD, PASSWORD_EXPLAINER, PASSWORD_HIDDEN, RECEIPT_BUTTON, RECEIPT_BUTTON_EXPLAINER, RECEIPT_FORM, RECEIPT_FORM_EXPLAINER, RECEIPT_TRANSCRIPT, SERVLET_CODE, SOS_BUTTON, SOS_BUTTON_EXPLAINER, SOS_FORM, SOS_FORM_EXPLAINER, SOS_USER, SOS_USER_EXPLAINER, TRANSCRIPT_EXPLAINER, UPDATE_OTHR_USER_DATA_BUTTON_EXPLAINER, UPDATE_USER_DATA_BUTTON, UPDATE_YOUR_USER_DATA_BUTTON_EXPLAINER, USER_ADMIN_TITLE, USER_DATA_BUTTON_FORM, USER_DATA_FORM, USER_PASS_FILE, USERNAME, USERNAME_EXPLAINER, YOUR_USER_DATA_EXPLAINER
 
Constructor Summary
MultiMailer()
           
 
Method Summary
 void HTML(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, XHTMLFormParser parser, com.oreilly.servlet.MultipartRequest multipart_request, BasicSearchObject user)
          The main servlet method.
 java.lang.String[] localeTextNames()
          An array with the names of the strings containing the localized text.
 
Methods inherited from class com.swfit.core.servlet.XHTMLBasicServlet
bounceParameter, bounceParameters, formDummy, gotoAppForm, init, localeText, loginForm, newUserButtonForm, passForm, publishLocale, sendPublishedReciept, sendReciept, sendSystemReciept, service, sosForm, SSI, SWF, userDataButtonForm
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doOptions, doPost, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiMailer

public MultiMailer()
Method Detail

localeTextNames

public java.lang.String[] localeTextNames()
Description copied from class: XHTMLBasicServlet
An array with the names of the strings containing the localized text. Subclasses must implement this method.
Overrides:
localeTextNames in class XHTMLBasicServlet

HTML

public void HTML(javax.servlet.http.HttpServletRequest request,
                 javax.servlet.http.HttpServletResponse response,
                 XHTMLFormParser parser,
                 com.oreilly.servlet.MultipartRequest multipart_request,
                 BasicSearchObject user)
          throws java.io.IOException,
                 javax.servlet.ServletException
Description copied from class: XHTMLBasicServlet
The main servlet method.
Overrides:
HTML in class XHTMLBasicServlet


Swfit developer homepage
Copyright © 2003 Orgdot AS. All Rights Reserved.