- 1、本文档共5页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
jsp自定义标签开发流程(JSP custom tag development process)
jsp自定义标签开发流程(JSP custom tag development process)
One, overview
JSP (SUN enterprise application preferred) is a important technology: custom tag (Custom Tag), the last few days when learning Struts found a lot of custom tags used in Struts, such as HTML, bean etc.. So I made a simple test, learn about this technology.
The first to introduce this technology!
1. advantages:
Replace JSP (SUN enterprise application preferred) in the Java program, and can be reused, web design has not familiar with Java programming.
2. development process:
(1) the preparation of JSP (SUN enterprise application, JSP (preferred) in SUN enterprise application preferred) using custom tags.
(2) in the web.xml (standardized closer) specified in the JSP (SUN enterprise application preferred) used in the.Tld label (label library description file) file location.
(3) the specified tag in the.Tld file.
3. custom tags:
(1) a simple label: such as mytag:helloworld/
(2) with attribute: if imytag:checkinput dbname = myBean.getDBName ( )
(3) with the body of the tag label: at the start and end of the custom tag label between the tag body part (Body). The contents of the Body can be JSP (SUN enterprise application preferred) standard tag, can also be HTML, scripting language or other custom tags.
mytag:checkinput dbname = myBean.getDBName ( )
mytag:log message= Table Name
mytag:checkinput /
(4) can be used in the Script label: defines the ID and type properties of the tag can be behind the use of Scriptlet tags.
mytag:connection id = oraDB type = DataSource name = Oracle (large database platform).
(%oraDB.getConnection);%
4. interface and other
In fact, the custom tag processing class implements the Handler object Tag. JSP (SUN enterprise application javax.servlet.jsp (SUN preferred) technology in enterprise application preferred). Tagext provides a number of Tag Handler interface, JSP (SUN enterprise application preferred) 1.2 defines Tag, BodyTag, IterationTag interface, JSP (SUN enterprise applicat
您可能关注的文档
- htm标签1-4(Htm tag 1-4).doc
- hugo boss为成功人士塑造专业形象(Hugo Boss creates a professional image for successful people).doc
- hurat1基因5 utr区荧光素酶表达重组体的构建(Construction of luciferase expression recombinant in hurat1 5 UTR region).doc
- hpad领衔 汉管理王科技亮相2011德国cebit展(Hpad led by Han management Wang technology unveiled 2011 German CeBIT Exhibition).doc
- html标签大全(HTML tags Daquan).doc
- hvdc(高压直流输电).doc
- hwjt系列微机励磁调节器现场测试(Field test of hwjt series microcomputer excitation regulator).doc
- hzyl更新说明(Hzyl update notes).doc
- h_hibernate对象状态(H_hibernate object state).doc
- i2c 总线规范学习笔记[原创](I2C bus standard learning notes [original]).doc
- 海船船员考试《船舶管理(大副)测试题》模拟卷_6.doc
- 2025年中国推入式小型射频同轴连接器行业市场调查、投资前景及策略咨询报告.docx
- 初中舞蹈美育课程对学生道德情感培养的研究论文.docx
- 2025年中国制动防尘罩行业市场调查、投资前景及策略咨询报告.docx
- 保护地球,共建绿色家园-环保专家的演讲大纲.pptx
- 海船船员考试《船舶管理(大副)测试题》模拟卷_7.doc
- 2025年中国平焊法兰行业市场调查、投资前景及策略咨询报告.docx
- 初中语文全息投影辅助下的文言文阅读教学虚拟现实场景设计教学研究课题报告.docx
- 2025至2030年中国mini蓝牙适配器市场现状分析及前景预测报告.docx
- 海船船员考试《船舶管理(大副)测试题》模拟卷_8.doc
文档评论(0)