public interface RenderingEngine
Modifier and Type | Method and Description |
---|---|
void |
flushCache() |
ResourceBundle |
getMessageBundle() |
ResourceLocator |
getResourceLocator() |
View |
getView(String path) |
View |
getView(String path,
Object object) |
void |
render(String template,
Object input,
Writer writer)
Starts the rendering for the given document context.
|
void |
setMessageBundle(ResourceBundle messages) |
void |
setResourceLocator(ResourceLocator locator) |
void |
setSharedVariable(String key,
Object value) |
void setMessageBundle(ResourceBundle messages)
ResourceBundle getMessageBundle()
void setResourceLocator(ResourceLocator locator)
ResourceLocator getResourceLocator()
void setSharedVariable(String key, Object value)
void render(String template, Object input, Writer writer) throws RenderingException
RenderingException
void flushCache()
Copyright © 2016 Nuxeo SA. All rights reserved.