public class MultiValueMap extends Object
| Constructor and Description |
|---|
MultiValueMap()
Creates and initializes the
WritableContext. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Test whether this map is equal to another similar one.
|
String |
getString(String name)
Returns the first (or only) value for an attribute
|
String[] |
getStringArray(String name) |
int |
hashCode() |
int |
length(String name) |
void |
lock() |
Iterator<String> |
names() |
void |
set(String name,
String value) |
void |
set(String name,
String[] value) |
String |
setReturn(String name,
String value) |
String |
setReturn(String name,
String[] value) |
String |
toString() |
protected static final String here
public MultiValueMap()
WritableContext.
A pre-loaded Map of name-value pairs comprising the context.
public String setReturn(String name, String value) throws IllegalArgumentException, IllegalStateException
public void set(String name, String value) throws IllegalArgumentException, IllegalStateException
public String setReturn(String name, String[] value) throws IllegalArgumentException, IllegalStateException
public void set(String name, String[] value) throws IllegalArgumentException, IllegalStateException
public void lock()
public int length(String name)
public String getString(String name)
name - public boolean equals(Object obj)
Copyright © 2013 DuraSpace. All Rights Reserved.