static { StructrWebSocket.addCommand(CreateLocalWidgetCommand.class); }
static { StructrWebSocket.addCommand(SetPermissionCommand.class); }
static { StructrWebSocket.addCommand(WrapContentCommand.class); }
static { StructrWebSocket.addCommand(RemoveCommand.class); }
static { StructrWebSocket.addCommand(AppendChildCommand.class); }
static { StructrWebSocket.addCommand(GetProperty.class); }
static { StructrWebSocket.addCommand(ListUnattachedNodesCommand.class); }
static { StructrWebSocket.addCommand(ListActiveElementsCommand.class); }
static { StructrWebSocket.addCommand(RemoveFromCollectionCommand.class); }
static { StructrWebSocket.addCommand(GetTypeInfoCommand.class); }
static { StructrWebSocket.addCommand(CreateAndAppendDOMNodeCommand.class); }