Yeah. The easiest is to sort all instances of a datatype like this
<CustomUrlAction Label="Sort" Url="~/Composite/InstalledPackages/CompositeC1Contrib.Sorting/Sort.aspx?type=your_type_name" />
if you only need to sort a subset of the data you can attach a filter like this
<CustomUrlAction Label="Sort" Url="~/Composite/InstalledPackages/CompositeC1Contrib.Sorting/Sort.aspx?type=your_type_name&filter=<Property_On_You_type>%3D<A_Value>" />
<CustomUrlAction Label="Sort" Url="~/Composite/InstalledPackages/CompositeC1Contrib.Sorting/Sort.aspx?type=your_type_name" />
if you only need to sort a subset of the data you can attach a filter like this
<CustomUrlAction Label="Sort" Url="~/Composite/InstalledPackages/CompositeC1Contrib.Sorting/Sort.aspx?type=your_type_name&filter=<Property_On_You_type>%3D<A_Value>" />