All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.savantly.sprout.module.content.model.contentItem.TemplatedContentItem Maven / Gradle / Ivy

The newest version!
package net.savantly.sprout.module.content.model.contentItem;

import net.savantly.sprout.module.content.model.contentTemplate.ContentTemplate;

public interface TemplatedContentItem extends ContentItem {

	ContentTemplate getTemplate();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy