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

com.x5.template.ContentSource Maven / Gradle / Ivy

There is a newer version: 3.6.2
Show newest version
package com.x5.template;

public interface ContentSource
{
    public String fetch(String itemName);
    public boolean provides(String itemName);
    public String getProtocol();

    /* optional, may return null */
    public Snippet getSnippet(String snippetName);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy