org.apache.hupa.server.servlet
Class HupaDispatchServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
com.google.gwt.user.server.rpc.RemoteServiceServlet
net.customware.gwt.dispatch.server.standard.AbstractStandardDispatchServlet
net.customware.gwt.dispatch.server.guice.GuiceStandardDispatchServlet
org.apache.hupa.server.servlet.HupaDispatchServlet
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, net.customware.gwt.dispatch.client.standard.StandardDispatchService
public class HupaDispatchServlet
- extends net.customware.gwt.dispatch.server.guice.GuiceStandardDispatchServlet
Just a wrapper for the Dispatcher servlet in order to log received actions.
- See Also:
- Serialized Form
Fields inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet |
perThreadRequest, perThreadResponse |
Constructor Summary |
HupaDispatchServlet(net.customware.gwt.dispatch.server.Dispatch dispatch,
org.apache.commons.logging.Log logger)
|
Method Summary |
net.customware.gwt.dispatch.shared.Result |
execute(net.customware.gwt.dispatch.shared.Action<?> action)
|
Methods inherited from class net.customware.gwt.dispatch.server.guice.GuiceStandardDispatchServlet |
getDispatch |
Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet |
checkPermutationStrongName, 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, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HupaDispatchServlet
@Inject
public HupaDispatchServlet(net.customware.gwt.dispatch.server.Dispatch dispatch,
org.apache.commons.logging.Log logger)
execute
public net.customware.gwt.dispatch.shared.Result execute(net.customware.gwt.dispatch.shared.Action<?> action)
throws net.customware.gwt.dispatch.shared.ActionException
- Specified by:
execute
in interface net.customware.gwt.dispatch.client.standard.StandardDispatchService
- Overrides:
execute
in class net.customware.gwt.dispatch.server.standard.AbstractStandardDispatchServlet
- Throws:
net.customware.gwt.dispatch.shared.ActionException
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.