IBM WebSphere Portal 8.0 Solution Development - C9520-911무료 덤프문제 풀어보기
The following section of a portlet deployment descriptor defines the cache setting for a portlet: <expiration-cache>300</expiration-cache> <cache-scope>private</cache-scope> What is the meaning of this cache definition?
정답: D
Which is not a valid CSS style defined in the JSR 286 Portlet Specification?
정답: C
Which of the following options is not a valid parameter of the login() method of the Portlet Login service (interface com.ibm.portal.portlet.service.login.LoginService)?
정답: B
Which of the following options is valid about downloadable portlets from the IBM Collaboration Solutions Catalog?
정답: B
Evan needs to share action URL parameters used in a portlet with another portlet. In the binding section of the WSDL files used for specifying a portlet's participation with the property broker, an action URL parameter can be bound to several scopes. Which one of the following options best describes the scopes that Evan can use to share the action URL parameters using the property broker?
정답: A
PreferencePortlet is Portlet Specification 2.0-compliant and the system is running IBM WebSphere Portal 8.0. What is the output of the following code? public PreferencePortlet extends GenericPortlet{ protected void processAction(ActionRequest actionRequest, ActionResponse){ actionRequest.getPreferences().setValue("test","ViewModePreferenceValue"); actionRequest.getPreferences().store(); } protected void doView(RenderRequest renderRequest, RenderResponse renderResponse) throws PortletException, IOException { // Generate action URL }
정답: D
Bill is developing a portlet that uses AJAX to retrieve information from the server. In the serveResource() method first he is setting "AdminName" request attribute and then forwarding control to a JSP for generating markup. Using best practices, how should he print the "AdminName" attribute inside the JSP?
정답: D