How do I add a portlet to my page in Liferay?
How do I add a portlet to my page in Liferay?
Adding a portlet to a Liferay portal page
- Click the Welcome ! drop-down at the top right side of the page and choose Add Application.
- In the Add Application list, click MicroStrategy to expand it.
- Click Add next to the type of portlet you want to add to the page: MicroStrategy Master Portlet.
How do I customize my Liferay page?
Customizing a specific page can be done by navigating to the Navigation menu in the main Menu and selecting the Options icon next to the specific page you’d like to edit from the navigation tree. From the Options dropdown, select Configure Page.
What are the types of pages in Liferay?
Here you’ll look at each type in more detail, with a focus on the three most common page types: Layout Pages, Content Pages, and Full Page Applications. Since Page Templates are integral creating pages, you’ll also learn about Page Templates and how to create and use Page Templates for different kinds of pages.
How do I create a new page in Liferay?
Adding a New Page Go to Site Builder → Pages under the Site Menu. ), and then click Add Page. Beginning in 7.3, the default home page is a Content Page; previously it was a Widget page. Alternatively, since Liferay DXP 7.3, you can click the page tree icon next to the Site name to open the Page Tree Menu.
How to create a portlet in Liferay 7?
You can navigate Control Panel →System Settings →Other →Demo Configuration. In this step we will create the Portlet Class and refer com.proliferay.configuration.WeatherConfiguration (the id of the configuration) as created in the above Step 2. Below is the portlet class In this step we will write a class which extends DefaultConfigurationAction.
What does the portletconfig interface do in Liferay?
The PortletConfig interface is to retrieve configuration from the portlet definition in the deployment descriptor. The portlet can only read the configuration data. The configuration information contains the portlet name, the portlet initialization parameters, the portlet resource bundle and the portlet application context.
How does a portlet work in Liferay DXP?
This is necessary to call Liferay DXP’s API for authentication. At the end of the Action Command, the portlet sends a redirect that sends the user to the same page. You can of course make this any page you want.
What does configuration information do in Liferay 7.3?
The configuration information contains the portlet name, the portlet initialization parameters, the portlet resource bundle and the portlet application context. Generates the portlet’s contents based on the portlet’s current state.