wt.fc.manifest
Interface DirectiveDelegate
- All Known Implementing Classes:
- AbstractDirectiveDelegate
- public interface DirectiveDelegate
The DirectiveDelegate is the place where Directives are processed. This
processing includes gathering the DirectiveCriteria objects associated
to Directives and formatting them to be passed to server side apis, e.g.
calling a RequiredDataServiceSvr api. In addition, after server side
processing is complete it is the job of the DirectiveDelegate to create
a DirectiveResult object and set it on its corresponding Directive.
Supported API: false
Extendable: false
processDirectives
public void processDirectives(Directive[] dir)
throws WTException
Supported API: false
- Parameters:
dir
-
- Throws:
WTException