Package wt.productfamily
Class PSBVariantSpecGetConfigSpecForDelegate
java.lang.Object
wt.vc.config.DefaultGetConfigSpecForDelegate
wt.productfamily.PSBVariantSpecGetConfigSpecForDelegate
- All Implemented Interfaces:
GetConfigSpecForDelegate2
Default configuration specification delegate that is used to create a list of configuration specifications for
Variant Spec Structure Browser. It is recommended that any custom delegate for Variant Spec Product Structure Browser
extends this implementation and overrides the
Supported API: true
Extendable: true
getConfigSpecFor(NavCriteriaContext) method to return the
desired configuration specifications for Variant Spec Structure Browser.
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptiongetConfigSpecFor(NavCriteriaContext context) Returns a list ofWTPartConfigSpecbased on the information in the givenNavCriteriaContextMethods inherited from class wt.vc.config.DefaultGetConfigSpecForDelegate
getSandboxConfigSpecFor
-
Method Details