Class Index | File Index

Classes


Class metawidget.inspector.CompositeInspector

Delegates inspection to one or more sub-inspectors, then combines the resulting metadata using metawidget.util.combineInspectionResults.

The combining algorithm should be suitable for most use cases, but one benefit of having a separate CompositeInspector is that developers can replace it with their own version, with its own combining algorithm, if required.

Note: the name CompositeInspector refers to the Composite design pattern.
Defined in: metawidget-inspectors.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
inspect(toInspect, type, names)
Class Detail
metawidget.inspector.CompositeInspector(config)
Parameters:
config
Method Detail
inspect(toInspect, type, names)
Parameters:
toInspect
type
names

Documentation generated by JsDoc Toolkit 2.3.2 on Mon Dec 14 2015 20:12:11 GMT-0500 (EST)