Changes

Jump to: navigation, search

Umlaut Technical Overview

984 bytes added, 20:32, 6 February 2008
callback methods
====callback methods====
 
The Service can play an interactive role with the view elements of Umlaut in determining how to display the ServiceResponse and how to generate an external url for it if the user clicks on it. A Service doesn't need to do this--it can simply include properties in generated ServiceResponses for the conventional keys mentioned in [http://umlaut.rubyforge.org/api/classes/ServiceResponse.html ServiceResponse], including a pre-generated url in the :url property.
 
However, for more complicated processing (including not generating urls until the point-of-need when a user actually clicks on one), callback methods can instead be implemented.
 
These callback methods include [http://umlaut.rubyforge.org/api/classes/Service.html]#view_data_from_service_type(service_type_obj) , #to_[name of service goes here] (eg #to_fulltext, or #to_help ), Service#response_to_view_data, and Service#response_url.
 
For more information, see the Technical Overview section on view logic. (tbd).
====Alternate Service Tasks====

Navigation menu