我有自己的文件创建向导,我在其中接受来自用户的文件名。在向导的完成上我想使用eclipse提供的模板或从首选项设置的模板生成JSP。我怎样才能实现这一目标?请帮助。
谢谢, 拉胡
答案 0 :(得分:1)
查看NewJSPTemplatesWizardPage
和NewJSPWizard
。
检索模板的实际代码是
TemplateStore fTemplateStore = JSPUIPlugin.getDefault().getTemplateStore();
fTemplateStore.getTemplates(TemplateContextTypeIdsJSP.NEW);