com.bea.commerce.platform.mail
Class  MailPreviewServlet
com.bea.commerce.platform.mail.MailPreviewServlet
- public class MailPreviewServlet
 
Servlet to provide a preview of a JSP-generated mail message. This
 servlet expects at least one parameter, called "uri", that contains
 the URI for it to call. Any other parameters will be passed on to that
 URI. The actual call is made through JSPMessageGenerator, which is
 the same class used by the MailService itself.
 
| 
Method Summary | 
 void | 
service(javax.servlet.http.HttpServletRequest req,
        javax.servlet.http.HttpServletResponse res)
 
            | 
 
MailPreviewServlet
public MailPreviewServlet()
service
public void service(javax.servlet.http.HttpServletRequest req,
                    javax.servlet.http.HttpServletResponse res)
             throws java.io.IOException,
                    javax.servlet.ServletException
Copyright © 2001 BEA Systems, Inc. All Rights Reserved