Uses of Class
com.atlassian.confluence.setup.settings.CustomHtmlSettings
-
Packages that use CustomHtmlSettings Package Description com.atlassian.confluence.impl.audit.handler This package contains handlers that know how to create change values out of changed objects.com.atlassian.confluence.setup.settings -
-
Uses of CustomHtmlSettings in com.atlassian.confluence.impl.audit.handler
Methods in com.atlassian.confluence.impl.audit.handler that return types with arguments of type CustomHtmlSettings Modifier and Type Method Description com.atlassian.confluence.impl.audit.handler.DefaultAuditHandler<CustomHtmlSettings>AuditHandlerFactory. createCustomHtmlSettingsHandler() -
Uses of CustomHtmlSettings in com.atlassian.confluence.setup.settings
Methods in com.atlassian.confluence.setup.settings that return CustomHtmlSettings Modifier and Type Method Description CustomHtmlSettingsSettings. getCustomHtmlSettings()Methods in com.atlassian.confluence.setup.settings with parameters of type CustomHtmlSettings Modifier and Type Method Description voidSettings. setCustomHtmlSettings(CustomHtmlSettings customHtmlSettings)Constructors in com.atlassian.confluence.setup.settings with parameters of type CustomHtmlSettings Constructor Description CustomHtmlSettings(CustomHtmlSettings other)
-