Anchor | ||||
---|---|---|---|---|
|
In This Topic
Table of Contents | ||
---|---|---|
|
The services to the Content API are provided through the Session
. The Session can be obtained through the SessionManager
. Access to the SessionManager
is realized by using the dependency injection mechanism as provided by the XperienCentral framework. To implement the dependency injection, two steps need to be performed:
- Add a dependency on the
SessionManager
in the Activator - Add a private property and public setter in the implementation
...
In This Topic
Table of Contents | ||
---|---|---|
|
...
Add a Dependency on the SessionManager
in the Activator
...