Spiffy UI Framework

Uses of Package
org.spiffyui.client.rest

Packages that use org.spiffyui.client.rest
org.spiffyui.client The client package contains utilities, the main header, and the main footer. 
org.spiffyui.client.rest The rest package contains interfaces and classes for calling remote REST services. 
org.spiffyui.client.widgets.multivaluesuggest Multivalue SuggestBox and its REST helper 
 

Classes in org.spiffyui.client.rest used by org.spiffyui.client
RESTException
           This exception represents a successful return from a REST call with an error payload.
 

Classes in org.spiffyui.client.rest used by org.spiffyui.client.rest
RESTAuthProvider
           This interface defines the necessary steps to perform a login for a REST service that follows the Novell architecture council standard for tokenized identity.
RESTCallback
           This interface is used when calling REST APIs in conjunction with RESTility.
RESTException
           This exception represents a successful return from a REST call with an error payload.
RESTility.HTTPMethod
          This is a helper type class so we can pass the HTTP method as a type safe object instead of a string.
RESTLoginCallBack
          RESTility and the AuthUtil try to make login and authentication transparent to the calling code.
RESTObjectCallBack
           This interface is implemented by request callers to get the bean or Object back from a REST call.
 

Classes in org.spiffyui.client.rest used by org.spiffyui.client.widgets.multivaluesuggest
RESTObjectCallBack
           This interface is implemented by request callers to get the bean or Object back from a REST call.
 


Spiffy UI Framework