* @param protocol The protocol used for rendering
* @throws ProtocolException
*/
public void render(VolantisProtocol protocol) throws ProtocolException {
// Delegate rendering to multiple validator renderer instance
MultipleValidatorDefaultRenderer renderer = (MultipleValidatorDefaultRenderer) widgetModule
.getMultipleValidatorRenderer();
if (renderer != null) {
renderer.render(protocol);
}
}