Liferay Portal 6.1 - User Guide
| Download PDF | Purchase Print Book |
A Liferay oferece um armazenamento rico em recursos e fontes para ajudar nossa comunidade a usar e trabalhar melhor com a nossa tecnologia.
| Download PDF | Purchase Print Book |
Input a list of comma delimited class names that extend com.liferay.portal.struts.SimpleAction. These classes will run at the specified event.
Global startup event that runs once when the portal initializes.
global.startup.events=com.liferay.portal.events.GlobalStartupAction
Application startup event that runs once for every web site instance of the portal that initializes.
Examples:
application.startup.events=com.liferay.portal.events.AddDefaultDataAction,com.liferay.portal.events.AppStartupAction,com.liferay.portal.events.ChannelHubAppStartupAction
application.startup.events=com.liferay.portal.events.AppStartupAction,com.liferay.portal.events.SampleAppStartupAction