com.raritantechnologies.prefs
Class SavePrefs

java.lang.Object
  extended byjavax.servlet.http.HttpServlet
      extended bycom.raritantechnologies.prefs.SavePrefs

public class SavePrefs
extends javax.servlet.http.HttpServlet

Provides a servlet which saves user preferences, first to the session's PreferencesBean, and then to the database using the JdbcManager.


Developed by Raritan Technologies .

Author:
Glenn Robitaille
See Also:
Serialized Form

Constructor Summary
SavePrefs()
           
 
Method Summary
 void service(HttpServletRequest req, HttpServletResponse res)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SavePrefs

public SavePrefs()
Method Detail

service

public void service(HttpServletRequest req,
                    HttpServletResponse res)
             throws ServletException,
                    java.io.IOException
Throws:
ServletException
java.io.IOException