|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IGetTemplateAction | |
---|---|
org.ogf.graap.wsag.samples.actions | |
org.ogf.graap.wsag.server.actions | |
org.ogf.graap.wsag.server.actions.impl |
Uses of IGetTemplateAction in org.ogf.graap.wsag.samples.actions |
---|
Classes in org.ogf.graap.wsag.samples.actions that implement IGetTemplateAction | |
---|---|
class |
SampleGetTemplateAction
SampleGetTemplateAction |
Uses of IGetTemplateAction in org.ogf.graap.wsag.server.actions |
---|
Classes in org.ogf.graap.wsag.server.actions that implement IGetTemplateAction | |
---|---|
class |
AbstractGetTemplateAction
Abstract base class for get template actions. |
Uses of IGetTemplateAction in org.ogf.graap.wsag.server.actions.impl |
---|
Classes in org.ogf.graap.wsag.server.actions.impl that implement IGetTemplateAction | |
---|---|
class |
VelocityAgreementTemplateAction
Implementation of an IGetTemplateAction that dynamically creates
an agreement template using Velocity Template engine. |
Methods in org.ogf.graap.wsag.server.actions.impl with parameters of type IGetTemplateAction | |
---|---|
void |
AgreementFactoryAction.setGetTemplateAction(IGetTemplateAction templateAction)
Sets the template creation strategy for this factory action. |
Constructors in org.ogf.graap.wsag.server.actions.impl with parameters of type IGetTemplateAction | |
---|---|
AgreementFactoryAction(IGetTemplateAction templateAction,
ICreateAgreementAction createAgreementAction,
INegotiationAction negotiationAction)
Creates a new AgreementFactoryAction . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |