Class CachedSyncHttpGetCall
java.lang.Object
de.knightsoftnet.gwtp.spring.client.rest.helper.CachedSyncHttpGetCall
helper class for synchronous rest get call with result caching.
- Author:
- Manfred Tremmel
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringsyncRestCall(String purl) start get rest call with given url.
-
Method Details
-
syncRestCall
start get rest call with given url.- Parameters:
purl- url to read- Returns:
- result of the call, has to be interpreted
-