+
+ | uri |
+ 最通用的uri配置 |
+ http://user:pass@myserver.com:8080/view?id=1#top |
+
+
+ | content-uri |
+ 通用的content URI,用于显示一般的WEB资源(如图片等) (静态资源一般用这种) |
+ http://user:pass@myserver.com:8080/img/webx.jpg |
+
+
+ | servlet-uri |
+ Servlet风格的URI |
+ http://user:pass@myserver.com:8080/mycontext/myservlet/view?id=1#top
+ |
+
+
+ | servlet-content-uri |
+ 通用的servlet content URI,用于显示webapp context path下的资源(如图片等) |
+ http://user:pass@myserver.com:8080/mycontext/img/webx.jpg |
+
+
+ | turbine-classic-uri |
+ Turbine传统风格的URI(可以不考虑了) |
+ http://user:pass@myserver.com:8080/mycontext/turbine/template/product,ViewItem?id=1#top
+ |
+
+
+ | turbine-uri |
+ Turbine风格的URI (我们通常用这种) |
+
+ http://user:pass@myserver.com:8080/mycontext/myservlet/mycomponent/myTarget.jhtml |
+
+
+ | turbine-content-uri |
+ Turbine风格的content URI |
+
+ http://user:pass@myserver.com:8080/mycontext/myservlet/mycomponent/myContent.jpg |
+
+
+ | uri-bean |
+ 提供扩展机制 |
+ |
+
+
+