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

org.sitemesh.content.ContentProcessor Maven / Gradle / Ivy

Go to download

SiteMesh is a web-page layout and decoration framework and web- application integration framework to aid in creating sites consisting of many pages for which a consistent look/feel, navigation and layout scheme is required.

There is a newer version: 3.2.2
Show newest version
package org.sitemesh.content;

import org.sitemesh.SiteMeshContext;

import java.io.IOException;
import java.nio.CharBuffer;

/**
 * @author Joe Walnes
 */
public interface ContentProcessor {

    Content build(CharBuffer data, SiteMeshContext context) throws IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy