java.lang.Object |
↳ |
com.atlassian.jira.plugin.customfield.CustomFieldDefaultVelocityParams |
Class Overview
Holds the custom field display parameters that are passed to every custom field view (.vm file).
Summary
Public Methods |
Map<String, ?>
|
combine(Map<String, ?> displayParams)
Combines the default velocity params with the given params.
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Public Constructors
public
CustomFieldDefaultVelocityParams
(Encoder encoder)
Public Methods
public
Map<String, ?>
combine
(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