|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.theme.ThemeUsageConfig
public class ThemeUsageConfig
Theme appliance configuration. This class represents a theme appliance of a given element. Does not consider re inherited themes.
Constructor Summary | |
---|---|
ThemeUsageConfig(boolean inherited,
List<String> appliedThemeIds)
Creates a new instance with the given parameters. |
Method Summary | |
---|---|
List<String> |
getAppliedThemeIds()
Returns the (locally) applied themes identifiers. |
List<String> |
getAppliedThemeIdsForThemeResolving()
Returns the (locally) applied themes identifiers for theme resolving. |
boolean |
isInherited()
Returns whether this configuration is inheriting the applied themes or not. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThemeUsageConfig(boolean inherited, List<String> appliedThemeIds)
inherited
- indicates whether this configuration is inherited or not.appliedThemeIds
- the (locally) applied themes.
IllegalArgumentException
- if inherited
is true
and appliedThemeIds
is not empty.Method Detail |
---|
public List<String> getAppliedThemeIds()
public List<String> getAppliedThemeIdsForThemeResolving()
getAppliedThemeIds()
but in a reversed
order.
public boolean isInherited()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |