Class UrlReadingRichTextEnabledCondition
java.lang.Object
com.atlassian.webresource.spi.condition.AbstractBooleanUrlReadingCondition
com.atlassian.jira.plugin.editor.condition.UrlReadingRichTextEnabledCondition
- All Implemented Interfaces:
com.atlassian.webresource.spi.condition.UrlReadingCondition
public class UrlReadingRichTextEnabledCondition
extends com.atlassian.webresource.spi.condition.AbstractBooleanUrlReadingCondition
Condition to define whether rich text editor is enabled.
Contract:
- Works for the supported JIRA Server versions without any Dark Feature flags.
- Application property "APKeys.JIRA_OPTION_RTE_ENABLED" have to be turned on.
- See Also:
-
Field Summary
Fields inherited from class com.atlassian.webresource.spi.condition.AbstractBooleanUrlReadingCondition
TRUE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.webresource.spi.condition.AbstractBooleanUrlReadingCondition
addToUrl, init, shouldDisplay
-
Constructor Details
-
UrlReadingRichTextEnabledCondition
-
-
Method Details
-
isConditionTrue
protected boolean isConditionTrue()- Specified by:
isConditionTruein classcom.atlassian.webresource.spi.condition.AbstractBooleanUrlReadingCondition
-
queryKey
- Specified by:
queryKeyin classcom.atlassian.webresource.spi.condition.AbstractBooleanUrlReadingCondition
-