IBM WebSphere Portal 8.5 Solution Development - C9520-423무료 덤프문제 풀어보기
Jack wants to allow users to bookmark his portal page. He is using the following code:
<portal-navigation:urlGeneration>
<a href="<% wpsURL.write(out); %>"> My Page
</a> </portal-navigation:urlGeneration>
What change must he make to this code to allow users to bookmark the page?
<portal-navigation:urlGeneration>
<a href="<% wpsURL.write(out); %>"> My Page
</a> </portal-navigation:urlGeneration>
What change must he make to this code to allow users to bookmark the page?
정답: C
Kevin created a new theme using the non-WebDAV approach. He installed and registered the theme and then applied it to a managed page. After reviewing his theme, he noticed he was not getting his custom footer elements.
What action should he take first?
What action should he take first?
정답: A
설명: (Fast2test 회원만 볼 수 있음)
Which feature of the Theme Optimization Analyzer portlet will analyze the theme and its components for known issues and then report the number of errors, warnings and informational messages?
정답: B
설명: (Fast2test 회원만 볼 수 있음)
Mary wants to enable cookie support for a portlet she has authored. She has already enabled two-phase rendering within the portlet.xml.
What method must be modified to include the following statements?
Cookie myCookie = new Cookie("stylekey", "styleValue "); myCookie.setPath(request.getContextPath()); myCookie.setMaxAge(1200000); renderResponse.addProperty(stylekey);
What method must be modified to include the following statements?
Cookie myCookie = new Cookie("stylekey", "styleValue "); myCookie.setPath(request.getContextPath()); myCookie.setMaxAge(1200000); renderResponse.addProperty(stylekey);
정답: D
Hannah is configuring a new menu feed and does not want the feed to be formatted in XML. Which language can be used instead?
정답: B
설명: (Fast2test 회원만 볼 수 있음)
What notable difference does a custom portlet service have that is compatible with earlier versions of IBM WebSphere Portal?
정답: C