Interface NodeTemplateModelFactory
- All Known Implementing Classes:
BeanFactoryModelFactory
public interface NodeTemplateModelFactory
Factory that returns models for DOM node templates.
- Author:
- Alfonso Vásquez
-
Method Summary
-
Method Details
-
getModel
Returns the model for a given template of a given node.- Parameters:
item- theItemwhose descriptor contains the specified nodenode- the DOM node whose content is the specified templatetemplate- the actual template- Returns:
- the model to be used for processing the specified template
-