com.atlassian.jira.webwork
Class ParameterMapBuilder

java.lang.Object
  extended by com.atlassian.jira.webwork.ParameterMapBuilder

public class ParameterMapBuilder
extends Object

A builder to help build String[] parameter maps

Since:
v3.13.2

Constructor Summary
ParameterMapBuilder()
           
ParameterMapBuilder(String paramName, String paramValue)
           
 
Method Summary
 ParameterMapBuilder add(String paramName, String paramValue)
           
 Map toMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterMapBuilder

public ParameterMapBuilder()

ParameterMapBuilder

public ParameterMapBuilder(String paramName,
                           String paramValue)
Method Detail

add

public ParameterMapBuilder add(String paramName,
                               String paramValue)

toMap

public Map toMap()


Copyright © 2002-2014 Atlassian. All Rights Reserved.