TextEdit importEdit = JdtQuickfixUtils.getTextEditForImport(cu, REQUEST_MAPPING_IMPORT);
if (importEdit != null) {
edit.addChild(importEdit);
}
Method methodType = dialog.getMethodType();
if (methodType == Method.GET) {
methodTypeString = "GET";
}
else if (methodType == Method.POST) {
methodTypeString = "POST";