org.springframework.extensions.surf.servlet
Class ClientStatePersistenceServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.springframework.extensions.surf.site.servlet.BaseServlet
              extended by org.springframework.extensions.surf.servlet.ClientStatePersistenceServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class ClientStatePersistenceServlet
extends BaseServlet

Author:
muzquiano
See Also:
Serialized Form

Field Summary
static String COMMAND_DEPS
           
static String COMMAND_DISABLE
           
static String COMMAND_ENABLE
           
static String COMMAND_GET
           
static String COMMAND_PUT
           
static String COMMAND_REMOVE
           
static String OBJECT_TYPE_APPLET
           
static String OBJECT_TYPE_APPLICATION
           
static String PARAM_CONFIG
           
static String RESULT_STATUS
           
static String RESULT_STATUS_OK
           
 
Constructor Summary
ClientStatePersistenceServlet()
           
 
Method Summary
 void init()
           
protected  void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class org.springframework.extensions.surf.site.servlet.BaseServlet
setLanguageFromRequestHeader, setNoCacheHeaders
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, 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
 

Field Detail

PARAM_CONFIG

public static final String PARAM_CONFIG
See Also:
Constant Field Values

RESULT_STATUS_OK

public static final String RESULT_STATUS_OK
See Also:
Constant Field Values

RESULT_STATUS

public static final String RESULT_STATUS
See Also:
Constant Field Values

OBJECT_TYPE_APPLET

public static final String OBJECT_TYPE_APPLET
See Also:
Constant Field Values

OBJECT_TYPE_APPLICATION

public static final String OBJECT_TYPE_APPLICATION
See Also:
Constant Field Values

COMMAND_ENABLE

public static final String COMMAND_ENABLE
See Also:
Constant Field Values

COMMAND_DISABLE

public static final String COMMAND_DISABLE
See Also:
Constant Field Values

COMMAND_PUT

public static final String COMMAND_PUT
See Also:
Constant Field Values

COMMAND_GET

public static final String COMMAND_GET
See Also:
Constant Field Values

COMMAND_REMOVE

public static final String COMMAND_REMOVE
See Also:
Constant Field Values

COMMAND_DEPS

public static final String COMMAND_DEPS
See Also:
Constant Field Values
Constructor Detail

ClientStatePersistenceServlet

public ClientStatePersistenceServlet()
Method Detail

init

public void init()
          throws javax.servlet.ServletException
Overrides:
init in class javax.servlet.GenericServlet
Throws:
javax.servlet.ServletException

service

protected void service(javax.servlet.http.HttpServletRequest request,
                       javax.servlet.http.HttpServletResponse response)
                throws javax.servlet.ServletException,
                       IOException
Overrides:
service in class javax.servlet.http.HttpServlet
Throws:
javax.servlet.ServletException
IOException


Copyright © 2009 SpringSource, Inc. All Rights Reserved.