com.atlassian.jira.web.component
Class WebComponentUtils
java.lang.Object
com.atlassian.jira.web.component.WebComponentUtils
public class WebComponentUtils
- extends Object
This class contains a collection of utility methods used by web components
- Since:
- v3.12.4
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebComponentUtils
public WebComponentUtils()
convertStringToCollection
public static Collection<String> convertStringToCollection(String s)
- Converts a string of comma-separated values to a collection of those values
- Parameters:
s
- string to convert
- Returns:
- a collection of String values, never null
getRemovalValues
public static Collection<String> getRemovalValues(Map<String,?> params,
String paramPrefix)
- 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.
- Parameters:
params
- map of parameters - name-value pairsparamPrefix
- parameter name prefix
- Returns:
- a collection of
Copyright © 2002-2012 Atlassian. All Rights Reserved.