Package wt.part
Class WTPartGetConfigSpecForDelegate
java.lang.Object
wt.part.WTPartGetConfigSpecForDelegate
- All Implemented Interfaces:
GetConfigSpecForDelegate2
This is the default implementation of
Supported API: true
Extendable: true
GetConfigSpecForDelegate2 that is used to create a list of config specs
for WTPart seeds. It is recommended that any custom delegate for WTPart seeds extends this implementation and overrides the
getConfigSpecFor(NavCriteriaContext) method to return the desired config specs.
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptiongetConfigSpecFor(NavCriteriaContext context) Return a list of WTPartStandardConfigSpec.
-
Method Details