public class LayoutFileUtil extends Object
Constructor and Description |
---|
LayoutFileUtil() |
Modifier and Type | Method and Description |
---|---|
static List<String> |
getHtmlFilesFromThemeByHint(String themeId,
String hintStr)
Get all html files from www or def directory in a given Theme.
|
static List<String> |
getHtmlFilesFromThemesByHint(String pageOrChannelType,
String channelId,
boolean inheritedTheme,
String appliedThemes,
String hint)
Get Html files from a list of themes applied and his inheritance themes
in a given channel or his parent, based on a given type
|
public static List<String> getHtmlFilesFromThemesByHint(String pageOrChannelType, String channelId, boolean inheritedTheme, String appliedThemes, String hint) throws PortalException
pageOrChannelType
- specify if current type is one of the following lum_NewPage, lum_ExistingPage, lum_NewChannel, lum_ExistingChannel
channelId
- channel identifier used for theme inheritance.inheritedTheme
- true if theme inheritance will be appliedappliedThemes
- string list of applied themeshint
- a hint to be used as filter, if null
ignore hint.PortalException
public static List<String> getHtmlFilesFromThemeByHint(String themeId, String hintStr) throws PortalException
themeId
- a theme identifierhint
- a hint to be used as filter, if null
ignore hint.PortalException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.