Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0.x
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
The wicket history handling makes it so that the models are serialized. For xxxInfo objects this means loosing a reference to the Catalog, which is necessary to execute a number of methods, such as getting the feature type, the feature source, the styles.
Add to Catalog a number of attach(xxxInfo) methods that reconciliate a serialized xxxInfo with its catalog
Hi Justin, I finally managed to make stuff work with this approach. For the moment I've added the methods CatalogBuilder, but I can move them to Catalog as well. It's just more work, 3 files instead of one (the interface, the implementation, the secure wrapper)