Package | Description |
---|---|
org.elkoserver.server.context |
The Elko Context Server.
|
Modifier and Type | Method and Description |
---|---|
Context |
User.context()
Obtain the context this user is currently contained by.
|
Context |
Mod.context()
Obtain the context in which the object this mod is attached to is
located, regardless of how deeply nested in containers the object might
be.
|
Context |
Item.context()
Obtain the context in which this item is located, regardless of how
deeply nested in containers it might be.
|
Context |
Context.context()
Obtain the context this object is associated with.
|
abstract Context |
BasicObject.context()
Obtain the context in which this object is located, regardless of how
deeply nested in containers it might be.
|
Copyright © 2017. All rights reserved.