Class MyVREsServiceImpl
- 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.portlet.user.my_vres.server.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
-
-
Field Summary
Fields Modifier and Type Field Description static StringADD_MORE_CATEGORYstatic StringADD_MORE_IMAGE_PATHstatic StringCACHED_VOSstatic StringREDIRECT_URLneeded when querying for authorised services in authentication
-
Constructor Summary
Constructors Constructor Description MyVREsServiceImpl()
-
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 purposeAuthorizationBeangetOAuthTempCode(String context, String state, String clientId, String redirectURL)StringgetSiteLandingPagePath()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
-
-
-
-
Field Detail
-
CACHED_VOS
public static final String CACHED_VOS
- See Also:
- Constant Field Values
-
REDIRECT_URL
public static final String REDIRECT_URL
needed when querying for authorised services in authentication- See Also:
- Constant Field Values
-
ADD_MORE_CATEGORY
public static final String ADD_MORE_CATEGORY
- See Also:
- Constant Field Values
-
ADD_MORE_IMAGE_PATH
public static final String ADD_MORE_IMAGE_PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSiteLandingPagePath
public String getSiteLandingPagePath()
- Specified by:
getSiteLandingPagePathin interfaceMyVREsService
-
getUserVREs
public LinkedHashMap<String,ArrayList<VRE>> getUserVREs()
first method called by the UI- Specified by:
getUserVREsin interfaceMyVREsService
-
getFakeVREs
protected static LinkedHashMap<String,ArrayList<VRE>> getFakeVREs()
simply returns fake VREs for development purpose- Returns:
-
getOAuthTempCode
public AuthorizationBean getOAuthTempCode(String context, String state, String clientId, String redirectURL)
- Specified by:
getOAuthTempCodein interfaceMyVREsService
-
-