package com.opensymphony.sitemesh; /** * @author Joe Walnes * @since SiteMesh 3 */ public interface SiteMeshContext { void setContentType(String contentType); String getContentType(); }