Sets the value of the attribute in the context of the current environment. @param value the new value of the attribute @throws IllegalStateException if there is no current environment (and hence also no current template and configuration), therefore the attribute's current scope object can't be reso
(Object value)
| 142 | * attribute's current scope object can't be resolved. |
| 143 | */ |
| 144 | public final void set(Object value) { |
| 145 | getScopeConfigurable().setCustomAttribute(key, value); |
| 146 | } |
| 147 | |
| 148 | /** |
| 149 | * Sets the value of a template-scope attribute in the context of the given |
no test coverage detected