Cinder.Table.UrlSync (Cinder v0.9.0)
View SourceURL synchronization helper for collection components.
DEPRECATED: This module has been moved to Cinder.UrlSync.
Please update your code to use Cinder.UrlSync instead.
Migration
# OLD
use Cinder.Table.UrlSync
Cinder.Table.UrlSync.handle_params(params, uri, socket)
# NEW
use Cinder.UrlSync
Cinder.UrlSync.handle_params(params, uri, socket)This module will be removed in version 1.0.
Summary
Functions
extract_table_state(params)
deprecated
extract_url_state(params)
deprecated
get_url_state(socket_assigns)
deprecated
Functions
This function is deprecated. Use Cinder.UrlSync.build_url/3 instead.
This function is deprecated. Use Cinder.UrlSync.extract_collection_state/1 instead.
This function is deprecated. Use Cinder.UrlSync.extract_url_state/1 instead.
This function is deprecated. Use Cinder.UrlSync.get_url_state/1 instead.
This function is deprecated. Use Cinder.UrlSync.handle_params/3 instead.
This function is deprecated. Use Cinder.UrlSync.update_url/3 instead.