Cinder.Table.UrlSync (Cinder v0.9.0)

View Source

URL 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

build_url(encoded_state, current_uri \\ nil, socket \\ nil)

This function is deprecated. Use Cinder.UrlSync.build_url/3 instead.

See Cinder.UrlSync.build_url/3.

extract_table_state(params)

This function is deprecated. Use Cinder.UrlSync.extract_collection_state/1 instead.

See Cinder.UrlSync.extract_collection_state/1.

extract_url_state(params)

This function is deprecated. Use Cinder.UrlSync.extract_url_state/1 instead.

See Cinder.UrlSync.extract_url_state/1.

get_url_state(socket_assigns)

This function is deprecated. Use Cinder.UrlSync.get_url_state/1 instead.

See Cinder.UrlSync.get_url_state/1.

handle_params(params, uri \\ nil, socket)

This function is deprecated. Use Cinder.UrlSync.handle_params/3 instead.

See Cinder.UrlSync.handle_params/3.

update_url(socket, encoded_state, current_uri \\ nil)

This function is deprecated. Use Cinder.UrlSync.update_url/3 instead.

See Cinder.UrlSync.update_url/3.