java.lang.Object | |
↳ | com.atlassian.jira.web.component.WebComponentUtils |
This class contains a collection of utility methods used by web components
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Converts a string of comma-separated values to a collection of those values
| |||||||||||
Picks up all keys that start with paramPrefix.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object |
Converts a string of comma-separated values to a collection of those values
s | string to convert |
---|
Picks up all keys that start with paramPrefix.
For example, when params map contains a 'removegroups_jira-users' key, the returned collection will contain 'jira-users' string.params | map of parameters - name-value pairs |
---|---|
paramPrefix | parameter name prefix |