單項選擇題 The tl:taskList and tl:task tags output a set of tasks to the response and are used as follows: 11. 12. 13.

14. 15. The tl:task tag supplies information about a single task while the tl:taskList tag does the final output. The taghandler for tl:taskList is TaskListTag. The tag handler for tl:task is TaskTag. Both tag handlers extendBodyTagSupport. Which allows the tl:taskList tag to get the task names from its nested tl:task children?()

 

A.
B.
C.
D.


您可能感興趣的試卷

你可能感興趣的試題

1.多項選擇題Which two directives are applicable only to tag files?()

A.Tag
B.Page
C.Taglib
D.Include
E.Variable

3.單項選擇題Which statement is true if the doStartTag method returns EVAL_BODY_BUFFERED?()

A.The tag handler must implement BodyTag.
B.The doAfterBody method is NOT called.
C.The setBodyContent method is called once.
D.It is never legal to return EVAL_BODY_BUFFERED from doStartTag.

4.單項選擇題

Assume the tag handler for a st:simple tag extends Simple Tag Support.
In what way can scriptlet code beused in the body of st:simple?()

A.Set the body content type to JSP in the TLD
B.Scriptlet code is NOT legal in the body of st:simple.
C.Add scripting-enabled="true" to the start tag for the st:simple element
D.Add a pass-through Classic tag with a body content type of JSP to the body of st:simple, and place the scriptlet code in the body of that tag

最新試題

Click the 'Select and Place' button.Place the events in the order they occur.

題型:問答題

Click the ’Select and Place’ button.Place the events in the order they occur.

題型:問答題

Click the ’Select and Place’ button.Place the events in the order they occur.

題型:問答題

Given a Filter class definition with this method:21.public void doFilter(ServletRequest request,22.ServletResponse response,23.FilterChain chain)24.throws ServletException, IOException {25.// insert code here26.}Which should you insert at line 25 to properly invoke the next filter in the chain, or the target servlet if thereare no more filters?()

題型:單項選擇題

Click the ’Select and Place’ button.Place the events in the order they occur.

題型:問答題

Click the 'Select and Place' button.Place the events in the order they occur.

題型:問答題

Which ensures that a JSP response is of type "text/plain"?()

題型:單項選擇題

Click the ’Select and Place’ button.Place the events in the order they occur.

題型:問答題

All of your JSPs need to have a link that permits users to email the web master. This web application islicensed to many small businesses, each of which have a different email address for the web master. Youhave decided to use a context parameter that you specify in the deployment descriptor, like this:42.<context-param>43.<param-name>webmasterEmail</param-name>44.<param-value>master@example.com</param-value>45.</context-param>Which JSP code snippet creates this email link?()

題型:單項選擇題

Which two are valid and equivalent?()

題型:多項選擇題