public class MyVREsServiceImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements MyVREsService
| Modifier and Type | Field and Description |
|---|---|
static String |
ADD_MORE_CATEGORY |
static String |
ADD_MORE_IMAGE_PATH |
static String |
CACHED_VOS |
static String |
REDIRECT_URL
needed when querying for authorised services in authentication
|
| Constructor and Description |
|---|
MyVREsServiceImpl() |
| Modifier and Type | Method and 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
|
checkPermutationStrongName, doGetSerializationPolicy, getCodeServerPolicyUrl, getRequestModuleBasePath, getSerializationPolicy, init, loadPolicyFromCodeServer, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processCall, processPost, shouldCompressResponsedoPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContentdoDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic static final String CACHED_VOS
public static final String REDIRECT_URL
public static final String ADD_MORE_CATEGORY
public static final String ADD_MORE_IMAGE_PATH
public String getSiteLandingPagePath()
getSiteLandingPagePath in interface MyVREsServicepublic LinkedHashMap<String,ArrayList<VRE>> getUserVREs()
getUserVREs in interface MyVREsServiceprotected static LinkedHashMap<String,ArrayList<VRE>> getFakeVREs()
public AuthorizationBean getOAuthTempCode(String context, String state, String clientId, String redirectURL)
getOAuthTempCode in interface MyVREsServiceCopyright © 2017. All Rights Reserved.