Package com.opensymphony.sitemesh
Interface SiteMeshContext
- All Known Implementing Classes:
SiteMeshWebAppContext
public interface SiteMeshContext
The Interface SiteMeshContext.
- Since:
- SiteMesh 3
- Author:
- Joe Walnes
-
Method Summary
Modifier and TypeMethodDescriptionGets the content type.voidsetContentType(String contentType) Sets the content type.
-
Method Details
-
setContentType
Sets the content type.- Parameters:
contentType- the new content type
-
getContentType
String getContentType()Gets the content type.- Returns:
- the content type
-