首页 星云 工具 资源 星选 资讯 热门工具
:

PDF转图片 完全免费 小红书视频下载 无水印 抖音视频下载 无水印 数字星空

struts1.2.9 包

后端 13.81MB 10 需要积分: 1
立即下载

资源介绍:

struts包struts包struts包struts包struts包struts包struts包struts包struts包struts包struts包struts包struts1.2.9
Struts-EL extension =================== Introduction ------------ This subproject is an extension of the Struts tag library. Each JSP custom tag in this library is a subclass of an associated tag in the Struts tag library. One difference is that this tag library does not use "rtexprvalues", it uses the expression evaluation engine in the Jakarta Taglibs implementation of the JSP Standard Tag Library (version 1.0) to evaluate attribute values. In addition, some of the Struts tags were not ported to this library, as it was determined that their functionality was entirely supplied by the JSTL. These particular Struts tags, and the reason for their non-porting will be described in the documentation for this library. In order to fully understand the correct utilization of this library, you must understand the use and operation of the Struts tag library, and the use and operation of the JavaServer Pages Standard Tag Library (hereafter called the "JSTL"), along with the expression language (sometimes called the "EL") used for evaluating attribute values. Tag Mapping ----------- In implementing the Struts-EL library, every Struts tag that provides a feature that is not covered by the JSTL (1.0) library is mapped into the Struts-EL library. This section reviews which Struts tags are NOT implemented in the Struts-EL library, and which JSTL tags provide that feature. Many of the non-porting decisions were based on the fact that the JSTL expression language itself provides the same functionality. In those cases, in addition to a possible JSTL tag name, the symbol "EL" will be listed. Bean Tag Library Tags NOT Implemented in Struts-EL -------------------------------------------------- Struts Tag JSTL Tag ---------- -------- cookie c:set, EL define c:set, EL header c:set, EL include c:import parameter c:set, EL write c:out Logic Tag Library Tags NOT Implemented in Struts-EL -------------------------------------------------- Struts Tag JSTL Tag ---------- -------- empty c:if, c:when, EL equal c:if, c:when, EL greaterEqual c:if, c:when, EL greaterThan c:if, c:when, EL lessEqual c:if, c:when, EL lessThan c:if, c:when, EL notEmpty c:if, c:when, EL notEqual c:if, c:when, EL (Note that the "iterate" tag was originally ported, even with the presence of the "c:forEach" tag, as the "indexed tag" functionality was not supported when using "c:forEach" instead of "logic:iterate". This has since been rectified, such that the "indexed tag" functionality checks for being contained in a "c:forEach" tag, in addition to the "logic:iterate" tag. However, the ported "iterate" tag has not been removed from Struts-EL, for backward compatibility.) Html Tag Library Tags NOT Implemented in Struts-EL -------------------------------------------------- None (all of them were ported). Attribute Mapping ----------------- At this point of the implementation, there is only one change (to two similar tags) to the set of attributes between the Struts tags, and the Struts-EL tags. The "logic:match" and "logic:notMatch" tags have an additional attribute named "expr", which can take any value, and will be used as the value to compare against, in addition to the choices of "cookie", "header", "name"/"property", and "parameter". Usage Requirements ------------------ The Struts-EL tag library requires the use of the Struts tag library, and the Java Server Pages Standard Tag Library. It is not necessary for JSP pages using the Struts-EL tag library to also use the Struts tags or the JSTL tags, but the Struts and JSTL tag libraries need to be part of the application utilizing the Struts-EL tag library. This is because the Struts-EL tag classes are all subclasses of Struts tag classes, and their implementation uses classes provided by the JSTL.

资源文件列表:

struts-1.2.9-bin.zip 大约有59个文件
  1. struts-1.2.9-bin/
  2. struts-1.2.9-bin/contrib/
  3. struts-1.2.9-bin/contrib/struts-el/
  4. struts-1.2.9-bin/contrib/struts-el/lib/
  5. struts-1.2.9-bin/contrib/struts-el/webapps/
  6. struts-1.2.9-bin/lib/
  7. struts-1.2.9-bin/webapps/
  8. struts-1.2.9-bin/INSTALL 411B
  9. struts-1.2.9-bin/LICENSE 10.07KB
  10. struts-1.2.9-bin/NOTICE 231B
  11. struts-1.2.9-bin/README 715B
  12. struts-1.2.9-bin/contrib/struts-el/README.txt 3.88KB
  13. struts-1.2.9-bin/contrib/struts-el/lib/c-rt.tld 10.51KB
  14. struts-1.2.9-bin/contrib/struts-el/lib/c.tld 11.04KB
  15. struts-1.2.9-bin/contrib/struts-el/lib/fmt-rt.tld 11.14KB
  16. struts-1.2.9-bin/contrib/struts-el/lib/fmt.tld 12.29KB
  17. struts-1.2.9-bin/contrib/struts-el/lib/jstl.jar 20.32KB
  18. struts-1.2.9-bin/contrib/struts-el/lib/sql-rt.tld 5.25KB
  19. struts-1.2.9-bin/contrib/struts-el/lib/sql.tld 5.98KB
  20. struts-1.2.9-bin/contrib/struts-el/lib/standard.jar 496.73KB
  21. struts-1.2.9-bin/contrib/struts-el/lib/struts-bean-el.tld 4.77KB
  22. struts-1.2.9-bin/contrib/struts-el/lib/struts-bean.tld 8.65KB
  23. struts-1.2.9-bin/contrib/struts-el/lib/struts-el.jar 206.91KB
  24. struts-1.2.9-bin/contrib/struts-el/lib/struts-html-el.tld 72KB
  25. struts-1.2.9-bin/contrib/struts-el/lib/struts-html.tld 71.89KB
  26. struts-1.2.9-bin/contrib/struts-el/lib/struts-logic-el.tld 8.47KB
  27. struts-1.2.9-bin/contrib/struts-el/lib/struts-logic.tld 14.39KB
  28. struts-1.2.9-bin/contrib/struts-el/lib/struts-nested.tld 69.81KB
  29. struts-1.2.9-bin/contrib/struts-el/lib/struts-tiles-el.tld 7.63KB
  30. struts-1.2.9-bin/contrib/struts-el/lib/struts-tiles.tld 7.66KB
  31. struts-1.2.9-bin/contrib/struts-el/lib/struts.jar 536.99KB
  32. struts-1.2.9-bin/contrib/struts-el/lib/x-rt.tld 7.03KB
  33. struts-1.2.9-bin/contrib/struts-el/lib/x.tld 7.49KB
  34. struts-1.2.9-bin/contrib/struts-el/webapps/strutsel-exercise-taglib.war 1.18MB
  35. struts-1.2.9-bin/lib/antlr.jar 349.88KB
  36. struts-1.2.9-bin/lib/commons-beanutils.jar 184.25KB
  37. struts-1.2.9-bin/lib/commons-digester.jar 164.5KB
  38. struts-1.2.9-bin/lib/commons-fileupload.jar 21.85KB
  39. struts-1.2.9-bin/lib/commons-logging.jar 37.12KB
  40. struts-1.2.9-bin/lib/commons-validator.jar 82.48KB
  41. struts-1.2.9-bin/lib/jakarta-oro.jar 63.89KB
  42. struts-1.2.9-bin/lib/struts-bean.tld 8.65KB
  43. struts-1.2.9-bin/lib/struts-config_1_0.dtd 18.3KB
  44. struts-1.2.9-bin/lib/struts-config_1_1.dtd 34.69KB
  45. struts-1.2.9-bin/lib/struts-config_1_2.dtd 34.09KB
  46. struts-1.2.9-bin/lib/struts-html.tld 71.89KB
  47. struts-1.2.9-bin/lib/struts-logic.tld 14.39KB
  48. struts-1.2.9-bin/lib/struts-nested.tld 69.81KB
  49. struts-1.2.9-bin/lib/struts-tiles.tld 7.66KB
  50. struts-1.2.9-bin/lib/struts.jar 536.99KB
  51. struts-1.2.9-bin/lib/tiles-config_1_1.dtd 12.1KB
  52. struts-1.2.9-bin/lib/validator-rules.xml 13.44KB
  53. struts-1.2.9-bin/lib/web-app_2_2.dtd 15.62KB
  54. struts-1.2.9-bin/lib/web-app_2_3.dtd 32.83KB
  55. struts-1.2.9-bin/webapps/struts-blank.war 1.31MB
  56. struts-1.2.9-bin/webapps/struts-documentation.war 4.6MB
  57. struts-1.2.9-bin/webapps/struts-examples.war 1.44MB
  58. struts-1.2.9-bin/webapps/struts-mailreader.war 1.45MB
  59. struts-1.2.9-bin/webapps/tiles-documentation.war 1.59MB
0评论
提交 加载更多评论
其他资源 C#十六进制显示控件
C#编写的十六进制数据显示控件 就像WinHex那样的
android4.1.2 SDK PLATFORMS
android4.1.2 SDK PLATFORMS
OpenCV 4.8.0
OpenCV 4.8.0 zip 安装包,官网下载太慢的可以从这里下载。
ide-eval-resetter-2.3.5.jar,重新定义idea使用时间
ide-eval-resetter-2.3.5.jar,重新定义idea使用时间
解决microsoft.ace.oledb.12.0连接失败所需要的驱动 完整版.zip
解决microsoft.ace.oledb.12.0连接失败所需要的驱动 完整版.zip 解决microsoft.ace.oledb.12.0连接失败所需要的驱动 完整版.zip 解决microsoft.ace.oledb.12.0连接失败所需要的驱动 完整版.zip 解决microsoft.ace.oledb.12.0连接失败所需要的驱动 完整版.zip 解决microsoft.ace.oledb.12.0连接失败所需要的驱动 完整版.zip 解决microsoft.ace.oledb.12.0连接失败所需要的驱动 完整版.zip
ROS安装文件rosdistro-master.zip
这个文件是ROS安装中执行sudo rosdep init和rosdep update时用到的,可以使用里面的本地文件解决sudo rosdep init和rosdep update失败的问题。是最为彻底的解决方案。使用教程可以看题主的博客:https://blog.csdn.net/qq_30267617/article/details/115028689 如果本资源下载需要积分了那就是系统擅自改的,我已经改回很多次了,实在没办法了。没有积分的请私聊我发送。
微信小程序实现婚礼代码,免费!
微信小程序实现婚礼代码,免费!
vue-devtools-5.1.1.zip
在github链接上面直接下载的vue-devtools 不可用,我这里在分支里面下载的,5.1.1版本可用的。 使用方法 切换到根目录 cnpm install,然后 npm run build,再 修改shells\chrome 目录下的manifest.json 里面的 "persistent": true 。然后在扩展程序添加就Ok了