org.sitemesh.content.ContentProcessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sitemesh Show documentation
Show all versions of sitemesh Show documentation
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.
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