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

The recommended way to customize how the User object indexes information is through a(n):

A.

Hook plugin

B.

Direct modification of the portal source

C.

Ext plugin

D.

Ext environment

The descriptor liferay-portlet.xml:

A.

Defines Liferay-specific portlet features

B.

Defines the categories of the Add Application menu

C.

Identifies portlets that only run onLiferay

D.

All of the above

Customizations to a theme are made in the folder:

A.

_unstyled

B.

.styled

C.

themes

D.

_diffs

E.

custom

The recommended way to override the updateLastLogin() method and create a new method called updateLastlmpersonation() for the User service is to:

A.

Create a hook plugin and implement a service wrapper that overrides the updateLastLogin() method and creates the updatel_astImpersonation() method in the User service

B.

Create a portlet plugin and implement a service wrapper hook that overrides the updatel_astLogin() method in the User service and build a new service in the plugin that references the User service and creates the updatel_astImpersonation() method

C.

Create an Ext plugin that modifies portal-spring.xml to replace the User service with a new service that overrides the updatel_astLogin() method and creates the updatel_astImpersonation() method

D.

Create a hook plugin and implement a service wrapper that overrides the updatel_astLogin() method and create an Ext plugin that builds a new service to implement the updateLastImpersonation() method for the User service.

After adding new functionality to an Ext plugin, the recommended way to deploy in a development environment is to:

A.

Stop the server, redeploy the plugin and restart the server

B.

Undeploy the original plugin and deploy the updated plugin

C.

Undeploy the original plugin, clean the server and deploy the updated plugin

D.

Undeploy all plugins and deploy the updated plugin prior to redeploying the other plugins

Events supported by JSR-286 portlets for interportlet communication are: (Please select all correct answers.)

A.

Publishing events

B.

Processing events

C.

Global events

D.

Lifecycle events

To start Liferay with developer properties:

A.

Set the porta I.developer, mode property in portal-ext.properties to ''true"

B.

Include portal-developer.properties during Java startup, or in portal-ext.properties

C.

Navigate to Server Administration in the Control Panel and set the portal.developer.mode property to "true"

D.

Copy portal-developer.properties from the portal's classes directory to the Liferay home directory and restart the server

All render logic must be implemented in the JSP when using MVCPortlet:

A.

True

B.

False

The descriptor liferay-display.xml:

A.

Defines the initial views for the portlet

B.

Defines the categories in the Add Application menu

C.

Provides the ability to use Liferay's permission system

D.

All of the above

The method to send a redirect response and prevent resubmitting a form when a user refreshes the page is:

A.

clearRequ estPara mete rs ()

B.

removeDuplicates()

C.

removeParameters()

D.

send Red irect()