The method to send a redirect response and prevent resubmitting a form when a user refreshes the page is:
The hooks that can import classes from the plugin class loader are: (Please select all correct answers.)
Default RSS feeds are set as portlet preferences. To make all new instances of the RSS poitlet display a single custom RSS feed, it is recommended to:
The standard JSR-286 portlet modes are: (Please select all correct answers.)
Creating a Struts action hook requires the following elements in liferay-hook.xml: (Please select all correct answers.)
To map a Service Builder entity to an existing database table in service.xml the entity name must match the database table name.
Given the service.xml:
The generated classes include: (Please select all correct answers.)
In portal.properties:
login,events.post=\
com.liferay.portal.events.ChannelLoginPostActionA,\
com.liferay.portal.events.Defaultl_andingPageAction,\
com.liferay.portal.events.LoginPostAction
A hook plugin can insert a new class between DefaultLandingPageAction and LoginPostAction.
The recommended way to implement a service wrapper hook that customizes the authenticateByScreenName() method of the User service using a class called com.sample.MyUserLocalServicelmpI is to: (Please select all correct answers.)