Interface NodeTemplateModelFactory
-
- All Known Implementing Classes:
BeanFactoryModelFactory
public interface NodeTemplateModelFactoryFactory that returns models for DOM node templates.- Author:
- Alfonso Vásquez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetModel(Item item, org.dom4j.Node node, String template)Returns the model for a given template of a given node.
-
-
-
Method Detail
-
getModel
Object getModel(Item item, org.dom4j.Node node, String template)
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
-
-