Today we will discuss about Custom Action Hook in Liferay. In portal.properties file their are some properties which have multiple values and some have only one value like true/false.
a)For single value like true/false we override the property see
Portal Properties hook in Liferay.
b)For multiple values properties like application.startup.events any values you specify in a hook don’t override the list defined in the portal, but rather are appended to that list.Your actions will then fire when Liferay Portal starts in addition to the list of actions that are specified in the default Liferay installation