com.octo.android.robospice.request.springandroid
Class SpringAndroidSpiceRequest<RESULT>

java.lang.Object
  extended by com.octo.android.robospice.request.SpiceRequest<RESULT>
      extended by com.octo.android.robospice.request.springandroid.SpringAndroidSpiceRequest<RESULT>
All Implemented Interfaces:
Comparable<SpiceRequest<RESULT>>

public abstract class SpringAndroidSpiceRequest<RESULT>
extends SpiceRequest<RESULT>


Field Summary
 
Fields inherited from class com.octo.android.robospice.request.SpiceRequest
PRIORITY_HIGH, PRIORITY_LOW, PRIORITY_NORMAL
 
Constructor Summary
SpringAndroidSpiceRequest(Class<RESULT> clazz)
           
 
Method Summary
 void cancel()
           
 org.springframework.web.client.RestTemplate getRestTemplate()
           
 void setRestTemplate(org.springframework.web.client.RestTemplate restTemplate)
           
 
Methods inherited from class com.octo.android.robospice.request.SpiceRequest
compareTo, getPriority, getResultType, getRetryPolicy, isAggregatable, isCancelled, loadDataFromNetwork, publishProgress, publishProgress, setAggregatable, setFuture, setPriority, setRequestCancellationListener, setRequestProgressListener, setRetryPolicy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringAndroidSpiceRequest

public SpringAndroidSpiceRequest(Class<RESULT> clazz)
Method Detail

getRestTemplate

public org.springframework.web.client.RestTemplate getRestTemplate()

setRestTemplate

public void setRestTemplate(org.springframework.web.client.RestTemplate restTemplate)

cancel

public void cancel()
Overrides:
cancel in class SpiceRequest<RESULT>


Copyright © 2012-2014. All Rights Reserved.