Package | Description |
---|---|
juzu.template |
Modifier and Type | Method and Description |
---|---|
void |
Template.render()
Renders the template and set the response on the current
MimeContext |
void |
Template.Builder.render()
Renders the template and set the response on the current
MimeContext |
void |
Template.render(Locale locale)
Renders the template and set a the response on the current
MimeContext . |
void |
Template.render(Map<String,?> parameters)
Renders the template and set a the response on the current
MimeContext . |
void |
Template.render(Map<String,?> parameters,
Locale locale)
Renders the template and set a the response on the current
MimeContext . |
void |
Renderable.render(TemplateRenderContext context) |
<A extends Appendable> |
Template.renderTo(A appendable)
Renders the template to the specified appendable.
|
<A extends Appendable> |
Template.Builder.renderTo(A appendable)
Renders the template to the specified appendable.
|
<A extends Appendable> |
Template.renderTo(A appendable,
Locale locale)
Renders the template to the specified appendable.
|
<A extends Appendable> |
Template.renderTo(A appendable,
Map<String,?> parameters)
Renders the template to the specified appendable.
|
void |
Template.renderTo(Stream printer)
Renders the template to the specified printer.
|
void |
Template.Builder.renderTo(Stream printer)
Renders the template to the specified printer.
|
void |
Template.renderTo(Stream printer,
Locale locale)
Renders the template to the specified printer.
|
void |
Template.renderTo(Stream printer,
Map<String,?> parameters)
Renders the template to the specified printer.
|
Copyright © 2013 eXo Platform SAS. All Rights Reserved.