留言板

Current Layout

Michele Ballarin,修改在15 年前。

Current Layout

New Member 帖子: 2 加入日期: 09-2-17 最近的帖子
Hi
how to get the current layout with the Liferay Framework ?

Michele
匿名,修改在15 年前。

RE: Current Layout

发布: 1
is this really a post?
thumbnail
Amos Fong,修改在15 年前。

RE: Current Layout

Liferay Legend 帖子: 2047 加入日期: 08-10-7 最近的帖子
Michele,

It depends. What variables do you have access to? are you working with a java or jsp file?

For example, you could do:

themeDisplay.getLayout()


or you could look at layoutLocalServiceUtil for some more methods.