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 Object

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


Constructor Summary
AvailableTheme(String themeKey, String themeName)
           
 
Method Summary
 String getKey()
          Returns the key that uniquely identifies this theme within the entire Confluence instance.
 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
                      String themeKey,
                      @Nonnull
                      String themeName)
Method Detail

getKey

public 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 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–2015 Atlassian. All rights reserved.