|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IContext | |
jtge.engine.command | Command package. |
jtge.engine.data | Data package. |
jtge.engine.handler | Command handler package. |
jtge.engine.security | Security package. |
Uses of IContext in jtge.engine.command |
Methods in jtge.engine.command with parameters of type IContext | |
void |
ICommand.execute(IContext context)
Execute the command. |
void |
Flow.execute(IContext context)
Execute the command. |
Uses of IContext in jtge.engine.data |
Classes in jtge.engine.data that implement IContext | |
class |
AbstractContext
Captures common context behaviours. |
class |
Context
Implements a container of data. |
Uses of IContext in jtge.engine.handler |
Constructors in jtge.engine.handler with parameters of type IContext | |
Executor(IContext context)
Create an executor. |
Uses of IContext in jtge.engine.security |
Methods in jtge.engine.security with parameters of type IContext | |
void |
LogoutResult.execute(IContext context)
Execute the command. |
void |
LoginUpdate.execute(IContext context)
Execute the command. |
void |
LoginResult.execute(IContext context)
Execute the command. |
void |
LoginOrder.execute(IContext context)
Execute the command. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |