com.atlassian.confluence.pageobjects.component.theme
Class AvailableTheme

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.component.theme.AvailableTheme

@Immutable
public class AvailableTheme
extends java.lang.Object

Represents a Theme available for selection as the new active theme by the ChooseThemeComponent


Constructor Summary
AvailableTheme(java.lang.String themeKey, java.lang.String themeName)
           
 
Method Summary
 java.lang.String getKey()
          Returns the key that uniquely identifies this theme within the entire Confluence instance.
 java.lang.String getName()
          Returns the textual name of the Theme.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AvailableTheme

public AvailableTheme(@Nonnull
                      java.lang.String themeKey,
                      @Nonnull
                      java.lang.String themeName)
Method Detail

getKey

public java.lang.String getKey()
Returns the key that uniquely identifies this theme within the entire Confluence instance. In practice, this is the unique module key of the plugin module that provides the Theme.


getName

public java.lang.String getName()
Returns the textual name of the Theme. This value is defined by an internationalized key and may change if a different UI language is selected in Confluence.



Copyright © 2003-2014 Atlassian. All Rights Reserved.