01: package com.opensymphony.sitemesh; 02: 03: /** 04: * @author Joe Walnes 05: * @since SiteMesh 3 06: */ 07: public interface SiteMeshContext { 08: void setContentType(String contentType); 09: 10: String getContentType(); 11: }