} else if (VPopupView.class == classType) {
return new VPopupView();
} else if (VUriFragmentUtility.class == classType) {
return new VUriFragmentUtility();
} else if (VAbsoluteLayout.class == classType) {
return new VAbsoluteLayout();
} else if (VCssLayout.class == classType) {
return new VCssLayout();
}
return new VUnknownComponent();