709710711712713714715716717718
if (componentBinding == null || context == null || componentType == null) throw new NullPointerException(); return createComponent(new ValueExpressionAdapter(componentBinding, UIComponent.class), context, componentType); }