org.jasig.portal.layout.dlm.remoting
Class UpdatePreferencesServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
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
| 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 |
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
UpdatePreferencesServlet
public UpdatePreferencesServlet()
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.