我在寫一個Portlet,它將放置在給定的liferay站點上。 Liferay可以有多個網站,可以是公共或私人網站。從Portlet的JSP生成到Liferay根站點的鏈接
如何生成鏈接(在我的portlet JSP中)到portlet所在站點的根頁面? 例如該網站mySite
我希望像http://localhost:8080/web/mySite/
這兩個是不是我需要的東西:
themeDisplay.getPortalURL() // "liferay portal web root", not site root
themeDisplay.getURLHome() // default site home, not necessarily my specific site
這甚至包括完整網址和端口。謝謝阿蘭。 – dube