Interface ContentTemplateService
- All Known Implementing Classes:
 ContentTemplateServiceImpl
public interface ContentTemplateService
- 
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteFactoryForType(DocumentModel createdDocument) voidExecutes all the registeredPostContentCreationHandlers.getFactoryForType(String documentType)  
- 
Method Details
- 
getFactoryForType
 - 
executeFactoryForType
 - 
executePostContentCreationHandlers
Executes all the registeredPostContentCreationHandlers.- Since:
 - 5.5
 
 
 -