Liferay LRP-614 - Portal Developer Exam
Page: 3 / 29
Total 144 questions
Question #11 (Topic: )
Portletevents are distributed toportlets on different pages by setting the property:
A. portlet.event.distribution=all-pages
B. event.distribution =all-pages
C. portlet.event.distribution=layout-set
D. No specific property setting is required
Answer: C
Question #12 (Topic: )
In a JSP that includes the <liferay-theme:defineObjects /> tag, the method to check
permissions is:
permissions is:
A. permissionChecker.hasPermissionO
B. portalUtil.getPermissionChecker().hasPermission()
C. permissionUtil.hasPermission()
D. renderRequest.getPermissionChecker().hasPermission()
Answer: A
Question #13 (Topic: )
Theportletlifecycle includes the methods:(Please select all correct answers.)
A. destroy ()
B. processEvent()
C. service()
D. render()
E. serveResource()
F. processAction()
Answer: A,B,D,E,F
Question #14 (Topic: )
The recommended way to turn offportletborders in a custom theme is to:
A. Modifyportlet.vm to hide theportletborders
B. Set the theme setting "portlet-setup-show-borders" to "false"
C. Create a JSP hook that overrides port!et_wrapper.jsp to hide theportletborders
D. Set the portal property "portlet.setup.show.borders" tofalse"
Answer: B
Question #15 (Topic: )
An Ext plugin should be used to:
A. Create aportlet
B. Create a theme
C. Overwrite a portal JSP file
D. Create a servlet filter
E. Modify coreportletdeployment descriptors
F. Create a web service
Answer: E