- 1、本文档共14页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
struts1源码解析(struts1源码解析)
struts1源码解析(struts1源码解析)
1 initialization of internal resource file initInternal (ActionRperties);
At the beginning of the relevant international / / MessageResource, bundle
Protected MessageResources internal = null; / / initInternal (1);
Protected String internalName = org.apache.struts.action.ActionResources; / / 1 (initInternal);
/ / initInternal method by following a MessageResources object
Internal = MessageResources.getMessageResources (internalName);
This resource file includes some definitions of message information, which can refer to the ActionRperties file under org.apache.struts.action
The getMessageResources method in MessageResources.java,
If (defaultFactory = = null) {
DefaultFactory = MessageResourcesFactory.createFactory ();
}
Return defaultFactory.createResources (config); / / incoming internalName
2 call initOther (); load initialization parameters of ActionServlet from web.xml, including config/ convertNull
We initialize the controller / servlet character conversion function
Protected String config = /WEB-INF/struts-config.xml; / / 2 (initOther);
Protected Boolean convertNull = false; / / initOther (2);
/ / get web.xml in the config parameter
String value;
Value = getServletConfig ().GetInitParameter (config);
If (value = = null) {
Config = value;
}
/ / the value of convertNull (true/yes/on/y/1)
GetServletConfig ().GetInitParameter (convertNull);
If this parameter is true (true/yes/on/y/1), numeric (BigDecimal/BigInteger/Boolean/Byte/Character/Double/Float/Integer/Long/Short) Java packaging (such as java.lang.Integer) the initial value of null, instead of 0. Default value [false]
At the beginning of the 3 / web.xml information.
InitServlet (). Initializes an Digester parser to parse the Web.xml
4 / / ActionServlet instance to Globals.ACTION_SERVLET_KEY key exist in the ServletContext object
GetServletContext ().SetAttribute (Globals.ACTION_SERVLET_KEY, this);
Five
InitModuleConfigFactory ();
At the beginning of the 6 / ModuleConfig moduleConfig
您可能关注的文档
- bilibili入站测试(bilibili入站测试).doc
- bedzed(BedZED).doc
- bt3破解无线wep_wpa2(BT3 crack wireless wep_wpa2).doc
- bt下载狂热者分析各种破解方法(BT download enthusiasts analyze various crack methods).doc
- build.prop优化(build.prop优化).doc
- bp神经网络c语言实现(BP neural network, C language implementation).doc
- c socket(C座).doc
- b与b的关系.doc
- c++决策树代码(C++ decision tree code).doc
- c++小程序(C++ applet).doc
- 2025年四川省农村信用社招聘考试模拟31_真题-无答案 .pdf
- 2025年四川省凉山自治州小升初数学必刷经典应用题测试卷一(含答案及.pdf
- 2025年四川省农村信用社招聘考试模拟31_真题-无答案 .pdf
- 2025年四川省乐山市初中毕业会考暨升学考试地理 .pdf
- 2025年四川省内江市中考生物真题试题 .pdf
- 2025年四川省中职学校技能大赛中职组职业英语技能-服务类专业组样题.pdf
- 2025年四川省乐山市五通桥区中考地理调研试卷 .pdf
- 2025年四川省资阳市《职业能力倾向测验》公务员(国考)考试真题及答案.pdf
- 外研版七年级上册英语:《做一个聪明的教师》精彩语句摘录.doc
- 2025年四川省眉山市高考生物二诊试卷-(解析版) .pdf
文档评论(0)