info.magnolia.cms.beans.runtime
Interface TemplateRenderer

All Superinterfaces:
TemplateRenderer

Deprecated. since 4.0 - moved to info.magnolia.module.templating.TemplateRenderer

public interface TemplateRenderer
extends TemplateRenderer

A TemplateRenderer implementation is responsible for generating the actual response from request data and a template. A typical jsp implementation will simply forward the request to the jsp through request dispatcher, but anybody is free to bind a specific implementation to a template type.


Method Summary
 
Methods inherited from interface info.magnolia.module.templating.TemplateRenderer
renderTemplate, renderTemplate
 



Copyright © 2003-2011 Magnolia International Ltd.. All Rights Reserved.