Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.2.2
-
None
Description
I wanted to create a static utility method that, passed a collection of Zones, would add create a MultiZoneUpdate, which involved getting the clientId (via ClientElement interface) and getting the body (as a Block).
However, for all the standard class-cast issues, static methods from the primary class loader can't accept an instance of Zone. At the same time, the getBody() method is not defined by an interface.