()方法返回EVAL_BODY_AGAIN或SKIP_BODY常量。
第1题:
请说明作为onStartCommand()方法返回值的三个常量START_NOT_STICKY、START_REDELIVER_INTENT及START_STICKY的作用。
第2题:
在J2EE中,标记处理器必须对从JSP引擎发来的调用做出反应。其中有两个重要的方法,当打开或者关闭标记就会调用它们,它们分别是()。
第3题:
接口体中不应包含()
第4题:
标记处理器集成Tag接口,必须实现的接口方法是()
第5题:
下面关于Tag接口说法中正确的是()。
第6题:
当JSP页面执行自定义标签,遇到结束标签时将调用()方法执行处理。
第7题:
Which statement is true if the doStartTag method returns EVAL_BODY_BUFFERED?()
第8题:
setPageContext()方法为初始化方法
setParent()方法用来设置标签的上一级标签
doStartTag()方法返回EVAL_BODY_INCLUDE和SKIP_BODY,返回EVAL_BODY_INCLUDE计算正文内容,返回SKIP_BODY不计算body。
doEndTag方法,EVAL_PAGE或者SKIP_PAGE,当返回值为EVAL_PAGE,jsp容器将继续执行jsp页面的内容,否则不执行
release()方法用来释放标签程序占用的任何资源
第9题:
doStartTag()
doEndTag()
doAfterBody()
release()
第10题:
1
1或多
0或1
0或多
第11题:
dostart()方法和doend()方法
doStartTag()方法和doEndTag()方法
doStart()方法和doEnd()方法
dostartTag()方法和doendTag()方法
第12题:
The doStartTag method is called once.
The doAfterBody method is NOT called.
The EVAL_PAGE constant is a valid return value for the doEndTag method.
The SKIP_PAGE constant is a valid return value for the doStartTag method.
The EVAL_BODY_BUFFERED constant is a valid return value for the doStartTag method.
第13题:
有返回值函数也可以当作常量给另一个变量赋值
第14题:
Given: 6.
第15题:
如JSP页面执行时遇到自定义标签,doStartTag()方法将被调用()次
第16题:
委托消息命名有一定的约定性,should后缀消息时返回什么值()
第17题:
下列关于BodyTagAPI说法中错误的是()
第18题:
关闭表单的代码是This Form.Release,其中的Release是表单对象的()。
第19题:
常量定义
常量赋值
方法实现
方法声明
第20题:
The tag handler must implement BodyTag.
The doAfterBody method is NOT called.
The setBodyContent method is called once.
It is never legal to return EVAL_BODY_BUFFERED from doStartTag.
第21题:
没有返回值
布尔值
常量
int
第22题:
第23题:
The doStartTag method is called once.
The doAfterBody method is NOT called.
The EVAL_PAGE constant is a valid return value for the doEndTag method.
The SKIP_PAGE constant is a valid return value for the doStartTag method.
The EVAL_BODY_BUFFERED constant is a valid return value for the doStartTag method.