Package wt.vc.config
Interface GetConfigSpecForDelegate2
- All Known Implementing Classes:
DefaultGetConfigSpecForDelegate,EPMDocGetConfigSpecForDelegate,PFMatrixEditorGetConfigSpecForDelegate,PSBVariantSpecGetConfigSpecForDelegate,WTDocumentGetConfigSpecForDelegate,WTPartGetConfigSpecForDelegate
public interface GetConfigSpecForDelegate2
Delegate that is used by
Supported API: true
Extendable: true
ConfigService.getConfigSpecFor(NavCriteriaContext) to create the list of ConfigSpec.
The delegate is looked up using service name = wt.vc.config.GetConfigSpecForDelegate and
requestor = NavCriteriaContext.getApplicableType() and optional
selector = NavCriteriaContext.getApplicationName(). The delegate can be registered with or without a
selector but the system will give precedence to a delegate registered with a selector that matches the
NavCriteriaContext.getApplicationName().
To create a custom delegate, extend one of the classes WTPartGetConfigSpecForDelegate,
WTDocumentGetConfigSpecForDelegate, or EPMDocGetConfigSpecForDelegate.
Then register that delegate using the xconfmanager with the service name, selector, and requestor
as defined above.
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptiongetConfigSpecFor(NavCriteriaContext context) Method to get a list of ConfigSpecs given the parameters in theNavCriteriaContext.Method to create a sandbox config spec using the parameters given in theNavCriteriaContext.
-
Method Details