|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IActionHandlerContext | |
---|---|
org.ogf.graap.wsag.server.actions | |
org.ogf.graap.wsag.server.actions.impl |
Uses of IActionHandlerContext in org.ogf.graap.wsag.server.actions |
---|
Methods in org.ogf.graap.wsag.server.actions that return IActionHandlerContext | |
---|---|
IActionHandlerContext |
IActionHandler.getHandlerContext()
Returns the context of this action handler. |
IActionHandlerContext |
AbstractNegotiationAction.getHandlerContext()
Returns the context of this action handler. |
IActionHandlerContext |
AbstractGetTemplateAction.getHandlerContext()
Returns the context of this action handler. |
IActionHandlerContext |
AbstractCreateAgreementAction.getHandlerContext()
Returns the context of this action handler. |
Methods in org.ogf.graap.wsag.server.actions with parameters of type IActionHandlerContext | |
---|---|
void |
IActionHandler.setHandlerContext(IActionHandlerContext context)
Sets the context for this action handler. |
void |
AbstractNegotiationAction.setHandlerContext(IActionHandlerContext context)
Sets the context for this action handler. |
void |
AbstractGetTemplateAction.setHandlerContext(IActionHandlerContext context)
Sets the context for this action handler. |
void |
AbstractCreateAgreementAction.setHandlerContext(IActionHandlerContext context)
Sets the context for this action handler. |
Uses of IActionHandlerContext in org.ogf.graap.wsag.server.actions.impl |
---|
Classes in org.ogf.graap.wsag.server.actions.impl that implement IActionHandlerContext | |
---|---|
class |
HandlerContext
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |