public class LookAndFeelAuditListener extends AbstractAuditListener
Modifier and Type | Field and Description |
---|---|
static String |
COLOUR_SCHEME_CHANGED_SUMMARY |
static String |
COLOUR_SCHEME_EDITED_SUMMARY |
static String |
DECORATOR_CHANGED_SUMMARY |
static String |
FAVICON_RESET_SUMARY |
static String |
FAVICON_UPLOADED_SUMARY |
static String |
SITE_LOGO_CHANGED_SUMMARY |
static String |
STYLESHEET_ADDED_SUMMARY |
static String |
STYLESHEET_REMOVED_SUMMARY |
static String |
THEME_CHANGED_SUMMARY |
AUDIT_I18N_PREFIX, auditManager, helper
Constructor and Description |
---|
LookAndFeelAuditListener(AuditManager auditManager,
AuditHandlerService auditHandlerService,
AuditRecordEntityFactory recordFactory,
com.atlassian.confluence.impl.audit.listener.AuditListenerHelper auditListenerHelper,
com.atlassian.audit.api.AuditBroker broker,
AuditFormatConverter formatConverter) |
Modifier and Type | Method and Description |
---|---|
void |
colourSchemeChangedEvent(ColourSchemeChangedEvent event) |
void |
decoratorChangedEvent(DecoratorChangedEvent event) |
void |
faviconChangedEvent(FaviconChangedEvent event) |
void |
siteLogoChangedEvent(SiteLogoChangedEvent event) |
void |
styleSheetChangedEvent(StylesheetChangedEvent event) |
void |
themeChangedEvent(ThemeChangedEvent event) |
getRecordBuilderForCategory, getSummaryText, save
public static final String COLOUR_SCHEME_EDITED_SUMMARY
public static final String COLOUR_SCHEME_CHANGED_SUMMARY
public static final String STYLESHEET_ADDED_SUMMARY
public static final String STYLESHEET_REMOVED_SUMMARY
public static final String THEME_CHANGED_SUMMARY
public static final String DECORATOR_CHANGED_SUMMARY
public static final String SITE_LOGO_CHANGED_SUMMARY
public static final String FAVICON_UPLOADED_SUMARY
public static final String FAVICON_RESET_SUMARY
public LookAndFeelAuditListener(AuditManager auditManager, AuditHandlerService auditHandlerService, AuditRecordEntityFactory recordFactory, com.atlassian.confluence.impl.audit.listener.AuditListenerHelper auditListenerHelper, com.atlassian.audit.api.AuditBroker broker, AuditFormatConverter formatConverter)
@EventListener public void colourSchemeChangedEvent(ColourSchemeChangedEvent event)
@EventListener public void styleSheetChangedEvent(StylesheetChangedEvent event)
@EventListener public void themeChangedEvent(ThemeChangedEvent event)
@EventListener public void decoratorChangedEvent(DecoratorChangedEvent event)
@EventListener public void siteLogoChangedEvent(SiteLogoChangedEvent event)
@EventListener public void faviconChangedEvent(FaviconChangedEvent event)
Copyright © 2003–2020 Atlassian. All rights reserved.