Constants
public
static
final
String
RESOURCE_TYPE
Fields
Public Constructors
public
StaticWebPanelRenderer
()
Public Methods
public
String
getResourceType
()
Renders the template to the writer.
Parameters
| templateName
| file name of the template to render |
| plugin
| the context plugin. Used, for example, to resolve templates and other resources from the classpath
via getClassLoader() |
| context
| Map of objects to make available in the template rendering process |
| writer
| where to write the rendered template |
Renders the fragment using the given context and adding I18nResolver and WebResourceManager.
Parameters
| fragment
| template fragment to render |
| plugin
| the context plugin. Used, for example, to resolve templates and other resources from the classpath
via getClassLoader() |
| context
| Map of objects to make available in the template rendering process |