Spring Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

Public render parameters are of the type:

A.

List

B.

RenderParameter

C.

String

D.

Object

E.

RenderRequest

ThemeDisplay.getUserId() returns a value of -1 for the Guest user.

A.

True

B.

False

The method to retrieve an integer submitted as a form field named "widgetCount"' is:

A.

GetterUtil.getInteger(actionRequest, "widgetCount")

B.

RequestUtiI.getInteger(actionRequest,"widgetCount )

C.

HTMLUtil.getInteger(actionRequest, "widgetCount")

D.

ParamUtil.getInteger(actionRequest, "widgetCount")

E.

FormUtil.getInteger(actionRequest, "widgetCount")

F.

AlloyUtil.getInteger(actionRequest, "widgetCount")

The recommended way to display a web content article in a theme:

A.

Use the AssetEntry service in portal_normal.vm to get the desired article

B.

Embed the Web Content Display portlet, passing in the desired article ID to the portlet URL

C.

Embed the Web Content Display portlet, passing in portlet preferences set to the desired article

D.

Create a JSP hook that gets the desired article from the JournalArticle service

When adding new users to Liferay, the form will display the Details, Organizations and Personal Site sections based on the following property in portal.properties:

users.form.add.main =detaiIs,organizations,personal-site

The "users.form.add.main" property is listed in the liferay-hook_6_l_0.dtd as a portal property that can be overridden with a hook.

Deploying a hook with the following property in the portal.properties file will remove the Personal Site section:

users.form.add.main =details,organizations

A.

True

B.

False

Color schemes are defined in:

A.

liferay-color-scheme.xml

B.

portal-ext.properties

C.

liferay-look-and-feel.xml

D.

liferay-plugin-package.properties

Portlet events are distributed to portlets 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

The recommended way to add new functionality in Liferay is to:

A.

Create Ext plugins

B.

Createportlet, theme, layout template or hook plugins

C.

Modify Liferay's source code directly

D.

All of the above

To display a success message in a JSP use:

A.

B.

C.

D.

Objects stored in the portlet application scope session are available to:

A.

Any portlet on the same page

B.

Any portlet in the same portlet application

C.

Any portlet within the portal application

D.

Only the portlet that stored the object in the session