在MyEclipse中增加Struts2 模板

增加自定义模板的方法:

在D:\Program Files\MyEclipse 6.0\myeclipse\eclipse\plugins\com.genuitec.eclipse.wizards_6.0.1.zmyeclipse601200710\templates\jsp  目录下找到Jsp.vtl,复制一份,重命名为jsp-struts2.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/jsp-struts2.vtl"
        name="Struts2 JSP Template"/>
 

保存。重启eclipse。
新建jsp,在模板中就会出现Struts2 JSP Template,选中,按完成,新建的jsp页面就按你的模板生成了!

注意:
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等。

 

增加的模板内容

#*---------------------------------------------#
# Template for a Struts2 JSP
# @version: 1.2
# @author: Ericyou
#---------------------------------------------#
*#<%@ page language="java" pageEncoding="$encoding" contentType="text/html; charset=$encoding"%>
*#<%@ taglib prefix="s" uri="/struts-tags"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <base href="<%=basePath%>">
    
    <title>My JSP '$title' starting page</title>
    
	#parse( "templates/jsp/JSPMetaTags.vtl" )
  </head>
  
  <body>
    This is my JSP page. <br>
  </body>
</html>
 
  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值