Interface RenderingEngine
- All Known Implementing Classes:
FreemarkerEngine
,FreemarkerRender
public interface RenderingEngine
- Author:
- Bogdan Stefanescu
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
Starts the rendering for the given document context.void
setMessageBundle
(ResourceBundle messages) void
setResourceLocator
(ResourceLocator locator) void
setSharedVariable
(String key, Object value)
-
Method Details
-
setMessageBundle
-
getMessageBundle
ResourceBundle getMessageBundle() -
setResourceLocator
-
getResourceLocator
ResourceLocator getResourceLocator() -
render
Starts the rendering for the given document context.- Throws:
RenderingException
-
getView
-
getView
-
flushCache
void flushCache()
-