您的位置:首页 > 编程语言 > Java开发

[顶] 在MyEclipse中增加、修改JSP模板

2009-03-23 14:02 309 查看
在D:/Program Files/MyEclipse 6.0/myeclipse/eclipse/plugins/com.genuitec.eclipse.wizards_6.0.1.zmyeclipse601200710/templates/jsp 目录下找到Jsp.vtl,复制一份,重命名为jsp2.vtl,然后把里面的内容修改为自己想要的格式,保存。
然后在 D:/Program Files/MyEclipse 6.0/myeclipse/eclipse/plugins/com.genuitec.eclipse.wizards_6.0.1.zmyeclipse601200710 目录下找到templates.xml,用文本编辑器打开。在
<template
context="com.genuitec.eclipse.wizards.jsp"
script="templates/jsp/Jsp.vtl"
name="Default JSP template"/>
下面增加
<template
context="com.genuitec.eclipse.wizards.jsp"
script="templates/jsp/jsp2.vtl"
name="JSP2 template"/>
保存。重启eclipse。
新建jsp,在模板中就会出现JSP2 template,选中,按完成,新建的jsp页面就按你的模板生成了!
如果要修改JSP模板,就直接修改Jsp.vtl文件就可以了。

注意:
1.D:/Program Files/MyEclipse 6.0/ 是安装myeclipse的路径。
2.com.genuitec.eclipse.wizards_6.0.1.zmyeclipse601200710中的wizards_6.0.1.zmyeclipse601200710根据版本的不同可能会不同,如可能为com.genuitec.eclipse.wizards_6.0.0.zmyeclipse60020070820等。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: