You are creating a content management system (CMS) with a web application front-end. The JSP thatdisplays a given document in the CMS has the following general structure: 1. 2. ... 11. ... ... ... 99. The citation tag must store information in the document tag for the document tag to generate a referencesection at the end of the generated web page. The document tag handler follows the Classic tag model andthe citation tag handler follows the Simple tag model. Furthermore, the citation tag could also be embeddedin other custom tags that could have either the Classic or Simple tag handler model. Which tag handlermethod allows the citation tag to access the document tag?()
A. public void doTag() {JspTag docTag = findAncestorWithClass(this, DocumentTag.class); ((DocumentTag)docTag).addCitation(this.docID);}
B. public void doStartTag() {JspTag docTag = findAncestorWithClass(this, DocumentTag.class); ((DocumentTag)docTag).addCitation(this.docID);}
C. public void doTag() {. Tag docTag = findAncestor(this, DocumentTag.class); . ((DocumentTag)docTag).addCitation(this.docID);. }
D. public void doStartTag() {. Tag docTag = findAncestor(this, DocumentTag.class); . ((DocumentTag)docTag).addCitation(this.docID);. }
查看答案
当代主要职业教育课程模式有()。
A. “三段式”课程模式
B. 能力本位课程模式
C. 模块式职业技能培训课程模式
D. 实践导向的职业教育课程模式
使用过的隔热服存放应注意以下事项:()。
A. 使用后必须进行清洁处理,清除污渍晾干后方可存放
B. 每半年应进行一次检查,查看是否有受潮、铝箔脱落、霉变、虫蛀等现象
C. 避免与坚硬、锋利的物体接触,以防刮伤损失
D. 存放时间不宜超过二年