net.customware.gwt.dispatch.server.service
Class DispatchServiceServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.google.gwt.user.server.rpc.RemoteServiceServlet
              extended by net.customware.gwt.dispatch.server.service.DispatchServiceServlet
All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, DispatchService

public class DispatchServiceServlet
extends com.google.gwt.user.server.rpc.RemoteServiceServlet
implements DispatchService

See Also:
Serialized Form

Constructor Summary
DispatchServiceServlet(Dispatch dispatch)
           
 
Method Summary
 Result execute(Action<?> action)
           
 
Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet
doGetSerializationPolicy, doPost, doUnexpectedFailure, getSerializationPolicy, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, readContent, shouldCompressResponse
 
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, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DispatchServiceServlet

@Inject
public DispatchServiceServlet(Dispatch dispatch)
Method Detail

execute

public Result execute(Action<?> action)
               throws ActionException
Specified by:
execute in interface DispatchService
Throws:
ActionException


Copyright © 2009 customware.net. All Rights Reserved.