setAttribute method
Implementation
ContextConfig setAttribute(final String name, final Object value) {
attributes_[name] = value;
return this;
}
ContextConfig setAttribute(final String name, final Object value) {
attributes_[name] = value;
return this;
}