Class JiraRteEnabledService
java.lang.Object
com.atlassian.jira.plugin.editor.service.JiraRteEnabledService
- All Implemented Interfaces:
RteEnabledService
-
Constructor Summary
ConstructorsConstructorDescriptionJiraRteEnabledService(ApplicationProperties applicationProperties, com.atlassian.plugin.PluginAccessor pluginAccessor, FeatureManager featureManager) -
Method Summary
Modifier and TypeMethodDescriptionStream<com.atlassian.plugin.ModuleDescriptor<?>> getModuleDescriptors(Class<? extends AbstractJiraModuleDescriptor> type) Stream<com.atlassian.plugin.ModuleDescriptor<?>> Stream<com.atlassian.plugin.ModuleDescriptor<?>> booleanbooleanbooleanisUnsupported(com.atlassian.plugin.ModuleDescriptor<?> descriptor)
-
Constructor Details
-
JiraRteEnabledService
public JiraRteEnabledService(ApplicationProperties applicationProperties, com.atlassian.plugin.PluginAccessor pluginAccessor, FeatureManager featureManager)
-
-
Method Details
-
isRteEnabled
public boolean isRteEnabled()- Specified by:
isRteEnabledin interfaceRteEnabledService
-
isLegacyMacroEnforced
public boolean isLegacyMacroEnforced() -
getConverters
- Specified by:
getConvertersin interfaceRteEnabledService
-
getRenderingModules
- Specified by:
getRenderingModulesin interfaceRteEnabledService
-
getModuleDescriptors
public Stream<com.atlassian.plugin.ModuleDescriptor<?>> getModuleDescriptors(Class<? extends AbstractJiraModuleDescriptor> type) -
getUnsupportedModules
- Specified by:
getUnsupportedModulesin interfaceRteEnabledService
-
isUnsupported
public boolean isUnsupported(com.atlassian.plugin.ModuleDescriptor<?> descriptor)
-