Uses of Class
de.twenty11.skysail.common.responses.Response

Packages that use Response
de.twenty11.skysail.common.forms   
de.twenty11.skysail.common.graphs   
de.twenty11.skysail.common.responses   
de.twenty11.skysail.common.selfdescription   
de.twenty11.skysail.common.utils   
 

Uses of Response in de.twenty11.skysail.common.forms
 

Methods in de.twenty11.skysail.common.forms that return Response
 Response<List<FormDetails>> RestfulForms.getForms()
          Returns a skysail Response containing the list of available forms.
 

Uses of Response in de.twenty11.skysail.common.graphs
 

Methods in de.twenty11.skysail.common.graphs that return Response
 Response<GraphDetails> RestfulGraph.getGraph()
           
 

Uses of Response in de.twenty11.skysail.common.responses
 

Subclasses of Response in de.twenty11.skysail.common.responses
 class FailureResponse<T>
          Message to be send to the client in case of an error.
 class SuccessResponse<T>
          Message to be send back to the client in case of success.
 

Uses of Response in de.twenty11.skysail.common.selfdescription
 

Methods in de.twenty11.skysail.common.selfdescription that return Response
 Response<List<ResourceDetails>> RestfulRoot.getMethods()
           
 

Uses of Response in de.twenty11.skysail.common.utils
 

Constructor parameters in de.twenty11.skysail.common.utils with type arguments of type Response
MyLocalJacksonCustomConverter(org.codehaus.jackson.type.TypeReference<Response<E>> typeReference)
           
 



Copyright © 2011-2012. All Rights Reserved.