public abstract class AbstractSubmitContext<T extends ModelItem> extends Object implements SubmitContext, Map<String,Object>
HTTP_STATE_PROPERTY, PROPERTY_SEPARATOR
Constructor and Description |
---|
AbstractSubmitContext(T modelItem) |
AbstractSubmitContext(T modelItem,
StringToObjectMap properties) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
Object |
clone() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,Object>> |
entrySet() |
boolean |
equals(Object o) |
String |
expand(String content) |
Object |
get(Object key) |
T |
getModelItem() |
StringToObjectMap |
getProperties() |
Object |
getProperty(String name,
TestStep testStep,
WsdlTestCase testCase) |
String[] |
getPropertyNames() |
int |
hashCode() |
boolean |
hasProperty(String name) |
boolean |
isEmpty() |
Set<String> |
keySet() |
Object |
put(String key,
Object value) |
void |
putAll(Map<? extends String,? extends Object> m) |
Object |
remove(Object key) |
Object |
removeProperty(String name) |
void |
resetProperties() |
void |
setProperty(String name,
Object value) |
void |
setProperty(String name,
Object value,
TestCase testCase) |
int |
size() |
String |
toString() |
Collection<Object> |
values() |
finalize, getClass, notify, notifyAll, wait, wait, wait
getProperty
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public AbstractSubmitContext(T modelItem)
public AbstractSubmitContext(T modelItem, StringToObjectMap properties)
public T getModelItem()
getModelItem
in interface PropertyExpansionContext
public Object getProperty(String name, TestStep testStep, WsdlTestCase testCase)
public Object removeProperty(String name)
removeProperty
in interface PropertyExpansionContext
public void setProperty(String name, Object value)
setProperty
in interface PropertyExpansionContext
public boolean hasProperty(String name)
hasProperty
in interface PropertyExpansionContext
public void resetProperties()
public boolean containsKey(Object key)
containsKey
in interface Map<String,Object>
public boolean containsValue(Object value)
containsValue
in interface Map<String,Object>
public boolean equals(Object o)
public int hashCode()
public StringToObjectMap getProperties()
getProperties
in interface PropertyExpansionContext
public String[] getPropertyNames()
getPropertyNames
in interface PropertyExpansionContext
public String expand(String content)
expand
in interface PropertyExpansionContext
Copyright © 2019. All Rights Reserved.