Class MyVREsServiceImpl

  • All Implemented Interfaces:
    com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, MyVREsService

    public class MyVREsServiceImpl
    extends com.google.gwt.user.server.rpc.RemoteServiceServlet
    implements MyVREsService
    The server side implementation of the RPC service.
    Author:
    Massimiliano Assante - ISTI CNR
    See Also:
    Serialized Form
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected static LinkedHashMap<String,​ArrayList<VRE>> getFakeVREs()
      simply returns fake VREs for development purpose
      AuthorizationBean getOAuthTempCode​(String context, String state, String clientId, String redirectURL)  
      String getSiteLandingPagePath()  
      LinkedHashMap<String,​ArrayList<VRE>> getUserVREs()
      first method called by the UI
      • 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
      • Methods inherited from class javax.servlet.GenericServlet

        destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log