Uses of Class
org.eclipse.dirigible.commons.api.context.ContextException
| Package | Description |
|---|---|
| org.eclipse.dirigible.commons.api.context |
-
Uses of ContextException in org.eclipse.dirigible.commons.api.context
Methods in org.eclipse.dirigible.commons.api.context that throw ContextException Modifier and Type Method Description static ObjectThreadContextFacade. get(String key)Get a context scripting object.static voidThreadContextFacade. remove(String key)Remove a context scripting object.static StringThreadContextFacade. set(Object value)Set a context scripting object.static voidThreadContextFacade. set(String key, Object value)Set a context scripting object.