主题 : jeecms2012最新版加载首页的过程是怎么样的啊? |
级别: 白丁
![]() |
1# 发表于:2012-06-15 09:20:44 IP:210.126.*.*
|
||||
---|---|---|---|---|---|
级别: 状元
![]() |
4# 发表于:2013-01-05 10:41:44 IP:59.114.*.*
通过web.xml<welcome-file-list>
<welcome-file>index.html</welcome-file> <welcome-file>index.shtml</welcome-file> <welcome-file>index.jhtml</welcome-file> </welcome-file-list> |
||
---|---|---|---|
级别: 状元
![]() |
5# 发表于:2013-01-05 10:45:01 IP:59.114.*.*
1.spring的Action:org.springframework.web.servlet.DispatcherServlet
在web.xml中配置 2.DynamicPageAct 用spring 的元注释配置了mapping @RequestMapping(value = "/", method = RequestMethod.GET) public String index(HttpServletRequest request, ModelMap model) { 这个函数得到首页模板。 |
||
---|---|---|---|
级别: 童生
![]() |
6# 发表于:2013-01-09 20:28:28 IP:14.124.*.*
这个知道,但是模板中的@cms_topic_list是什么啊给点提示吧,哈
|
||
---|---|---|---|
1
共1页