com.atlassian.jira.plugin.customfield
Class CustomFieldDefaultVelocityParams

java.lang.Object
  extended by com.atlassian.jira.plugin.customfield.CustomFieldDefaultVelocityParams

public class CustomFieldDefaultVelocityParams
extends Object

Holds the custom field display parameters that are passed to every custom field view (.vm file).

Since:
v5.0.4

Constructor Summary
CustomFieldDefaultVelocityParams(Encoder encoder)
           
 
Method Summary
 Map<String,?> combine(Map<String,?> displayParams)
          Combines the default velocity params with the given params.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomFieldDefaultVelocityParams

public CustomFieldDefaultVelocityParams(Encoder encoder)
Method Detail

combine

public Map<String,?> combine(@Nullable
                             Map<String,?> displayParams)
Combines the default velocity params with the given params.

Parameters:
displayParams - a Map containing display params
Returns:
a Map containing the display params and the default params


Copyright © 2002-2012 Atlassian. All Rights Reserved.