org.jasig.portal.layout.dlm.remoting
Class UpdatePreferencesServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.jasig.portal.layout.dlm.remoting.UpdatePreferencesServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class UpdatePreferencesServlet
extends HttpServlet

Provides targets for AJAX preference setting calls.

Version:
$Revision: 21023 $ $Date: 2010-07-07 14:24:46 -0500 (Wed, 07 Jul 2010) $
Author:
jennifer.bourey@yale.edu
See Also:
Serialized Form

Field Summary
protected static String ACTIVE_TAB_PARAM
           
protected static String BLANK_TAB_NAME
           
 
Constructor Summary
UpdatePreferencesServlet()
           
 
Method Summary
 void doGet(HttpServletRequest request, HttpServletResponse response)
           
 void doPost(HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BLANK_TAB_NAME

protected static final String BLANK_TAB_NAME
See Also:
Constant Field Values

ACTIVE_TAB_PARAM

protected static final String ACTIVE_TAB_PARAM
See Also:
Constant Field Values
Constructor Detail

UpdatePreferencesServlet

public UpdatePreferencesServlet()
Method Detail

doGet

public void doGet(HttpServletRequest request,
                  HttpServletResponse response)
           throws ServletException,
                  IOException
Overrides:
doGet in class HttpServlet
Throws:
ServletException
IOException

doPost

public void doPost(HttpServletRequest request,
                   HttpServletResponse response)
            throws ServletException,
                   IOException
Overrides:
doPost in class HttpServlet
Throws:
ServletException
IOException


Copyright © 2010 Jasig. All Rights Reserved.