Package wt.doc
Class WTDocumentGetConfigSpecForDelegate
java.lang.Object
wt.doc.WTDocumentGetConfigSpecForDelegate
- 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 WTDocument seeds. It is recommended that any custom delegate for WTDocument 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 WTDocumentConfigSpec.
-
Method Details