Class UploadProgressServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
-
- com.google.gwt.user.server.rpc.RemoteServiceServlet
-
- org.gcube.portlets.widgets.fileupload.server.UploadProgressServlet
-
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService,com.google.gwt.user.server.rpc.SerializationPolicyProvider,Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig,UploadProgressService
public final class UploadProgressServlet extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements UploadProgressService
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UploadProgressServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Event>getEvents()voidinitialise()-
Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet
checkPermutationStrongName, doGetSerializationPolicy, getCodeServerPolicyUrl, getRequestModuleBasePath, getSerializationPolicy, init, loadPolicyFromCodeServer, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, 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
-
-
-
-
Method Detail
-
initialise
public void initialise()
- Specified by:
initialisein interfaceUploadProgressService
-
getEvents
public List<Event> getEvents()
- Specified by:
getEventsin interfaceUploadProgressService
-
-