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

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

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

import java.util.Map;

import com.x5.template.filters.ChunkFilter;

public interface ChunkFactory
{
    public Chunk makeChunk();
    public Chunk makeChunk(String templateName);
    public Chunk makeChunk(String templateName, String ext);
    public Map getFilters();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy