Liferay LRP-614 - Portal Developer
If multiple Ext plugins modify struts-config-ext.xml:
An Ext plugin should be used to:
The recommended way to add a custom class to Liferay's startup process is to:
The recommended way to turn off portlet borders in a custom theme is to:
Objects stored in the portlet application scope session are available to:
Service Builder entities are defined in:
To hide the default success message in a portlet that extends MVCPortlet:
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
When a hook plugin overrides the language keys for the locale "en_USthe text presented for the locale comes from:
To generate remote services with Service Builder: