net.customware.gwt.dispatch.server.spring
Class SpringSecureDispatchServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
              extended by com.google.gwt.user.server.rpc.RemoteServiceServlet
                  extended by net.customware.gwt.dispatch.server.secure.AbstractSecureDispatchServlet
                      extended by net.customware.gwt.dispatch.server.spring.SpringSecureDispatchServlet
All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, SecureDispatchService

public class SpringSecureDispatchServlet
extends AbstractSecureDispatchServlet

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
perThreadRequest, perThreadResponse
 
Constructor Summary
SpringSecureDispatchServlet()
           
 
Method Summary
protected  Dispatch getDispatch()
           
protected  SecureSessionValidator getSessionValidator()
           
 void init(javax.servlet.ServletConfig config)
           
 
Methods inherited from class net.customware.gwt.dispatch.server.secure.AbstractSecureDispatchServlet
execute
 
Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet
doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponse
 
Methods inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
doPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, 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
 

Constructor Detail

SpringSecureDispatchServlet

public SpringSecureDispatchServlet()
Method Detail

init

public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
Specified by:
init in interface javax.servlet.Servlet
Overrides:
init in class javax.servlet.GenericServlet
Throws:
javax.servlet.ServletException

getDispatch

protected Dispatch getDispatch()
Specified by:
getDispatch in class AbstractSecureDispatchServlet

getSessionValidator

protected SecureSessionValidator getSessionValidator()
Specified by:
getSessionValidator in class AbstractSecureDispatchServlet


Copyright © 2011 customware.net. All Rights Reserved.