Package com.atlassian.bamboo.lookandfeel
Class LookAndFeelLessProviderImpl
java.lang.Object
com.atlassian.bamboo.lookandfeel.LookAndFeelLessProviderImpl
- All Implemented Interfaces:
LookAndFeelLessProvider
@Component
public class LookAndFeelLessProviderImpl
extends Object
implements LookAndFeelLessProvider
-
Constructor Summary
ConstructorDescriptionLookAndFeelLessProviderImpl
(AdministrationConfigurationAccessor administrationConfigurationAccessor, LookAndFeelAssetsProvider lookAndFeelAssetsProvider) -
Method Summary
Modifier and TypeMethodDescriptionGenerates the LESS variables that are used for the look and feel customization
-
Constructor Details
-
LookAndFeelLessProviderImpl
public LookAndFeelLessProviderImpl(AdministrationConfigurationAccessor administrationConfigurationAccessor, LookAndFeelAssetsProvider lookAndFeelAssetsProvider)
-
-
Method Details
-
makeLookAndFeelLess
Description copied from interface:LookAndFeelLessProvider
Generates the LESS variables that are used for the look and feel customization- Specified by:
makeLookAndFeelLess
in interfaceLookAndFeelLessProvider
- Returns:
- LESS-valid string with variables
-
encodeState
- Specified by:
encodeState
in interfaceLookAndFeelLessProvider
-