Package | Description |
---|---|
sirius.kernel.commons |
Provides common classes used by large parts of the framework.
|
sirius.kernel.settings |
Provides a wrapper around the typesafe config
library.
|
sirius.kernel.xml |
Helper classes to read and write XML.
|
Modifier and Type | Method and Description |
---|---|
static Context |
Context.create()
Creates a new context
|
Context |
Context.set(String key,
Object value)
Associates the given value to the given key, while returning this
to permit fluent method chains
|
Context |
Context.setAll(Map<String,Object> data)
Puts all name-value-pairs stored in the given map.
|
Modifier and Type | Method and Description |
---|---|
Context |
Settings.getContext()
Returns all values defined in this extension as
Context . |
Context |
Extension.getContext() |
Modifier and Type | Method and Description |
---|---|
Outcall |
Outcall.postData(Context params,
Charset charset)
Sents the given context as POST to the designated server.
|
Copyright © 2018. All rights reserved.