Uses of Interface
com.atlassian.jira.render.Encoder
Packages that use Encoder
Package
Description
-
Uses of Encoder in com.atlassian.jira.com.rproxy.goskope.component.spring.registrar
Methods in com.atlassian.jira.com.rproxy.goskope.component.spring.registrar that return EncoderModifier and TypeMethodDescriptionFullJiraConfiguration.JiraCoreConfiguration.encoder(ApplicationProperties applicationProperties) Methods in com.atlassian.jira.com.rproxy.goskope.component.spring.registrar with parameters of type EncoderModifier and TypeMethodDescriptionFullJiraConfiguration.JiraCoreConfiguration.customFieldDefaultVelocityParams(Encoder encoder) -
Uses of Encoder in com.atlassian.jira.plugin.customfield
Constructors in com.atlassian.jira.plugin.customfield with parameters of type Encoder -
Uses of Encoder in com.atlassian.jira.render
Classes in com.atlassian.jira.render that implement EncoderModifier and TypeClassDescriptionfinal classEncoder that renders everything as-is.final classEncoder that encodes everything.classEncoder that delegates to the correct implementation depending on whether it is running in OnDemand or not.Methods in com.atlassian.jira.render that return Encoder