| Modifier | Constructor and Description |
|---|---|
protected |
ViewImpl(String prefix) |
| Modifier and Type | Method and Description |
|---|---|
void |
clean() |
<T> T |
get(String name) |
<T> T |
put(String name,
Boolean context,
EnumSet<PropagationMode> propagationModes)
Stores the specified context under the specified name into the in-scope ContextMap.
|
<T> T |
put(String name,
Character context,
EnumSet<PropagationMode> propagationModes)
Stores the specified context under the specified name into the in-scope ContextMap.
|
<T> T |
put(String name,
String context,
EnumSet<PropagationMode> propagationModes)
Stores the specified context under the specified name into the in-scope ContextMap.
|
<T,U extends Number> |
put(String name,
U context,
EnumSet<PropagationMode> propagationModes)
Stores the specified context under the specified name into the in-scope ContextMap.
|
<T> T |
putSerializable(String name,
Serializable context,
EnumSet<PropagationMode> propagationModes,
boolean allowAllToRead) |
<T> T |
remove(String name)
Removes the specified context under the specified name from the in-scope ContextMap.
|
protected ViewImpl(String prefix)
public <T> T get(String name)
public <T> T put(String name, String context, EnumSet<PropagationMode> propagationModes)
Viewpublic <T,U extends Number> T put(String name, U context, EnumSet<PropagationMode> propagationModes)
Viewpublic <T> T put(String name, Boolean context, EnumSet<PropagationMode> propagationModes)
Viewpublic <T> T put(String name, Character context, EnumSet<PropagationMode> propagationModes)
Viewpublic <T> T putSerializable(String name, Serializable context, EnumSet<PropagationMode> propagationModes, boolean allowAllToRead)
public <T> T remove(String name)
Viewpublic void clean()
Copyright © 2017. All rights reserved.