Uses of Interface
com.atlassian.jira.render.Encoder

Packages that use Encoder
com.atlassian.jira.plugin.customfield   
com.atlassian.jira.render   
 

Uses of Encoder in com.atlassian.jira.plugin.customfield
 

Constructors in com.atlassian.jira.plugin.customfield with parameters of type Encoder
CustomFieldDefaultVelocityParams(Encoder encoder)
           
 

Uses of Encoder in com.atlassian.jira.render
 

Classes in com.atlassian.jira.render that implement Encoder
 class NoOpEncoder
          Encoder that renders everything as-is.
 class StrictEncoder
          Encoder that encodes everything.
 class SwitchingEncoder
          Encoder 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
protected  Encoder SwitchingEncoder.createEncoder()
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.