|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UndeclaredIOException | |
|---|---|
| juzu.template | |
| Uses of UndeclaredIOException in juzu.template |
|---|
| Methods in juzu.template that throw UndeclaredIOException | ||
|---|---|---|
Response.Content |
Template.Builder.notFound()
Renders the template and returns a response with the not found status. |
|
Response.Content |
Template.Builder.ok()
Renders the template and set the response on the current RequestContext. |
|
void |
Renderable.render(TemplateRenderContext context)
|
|
|
Template.renderTo(A appendable)
Renders the template to the specified appendable. |
|
|
Template.Builder.renderTo(A appendable)
Renders the template to the specified appendable. |
|
|
Template.renderTo(A appendable,
Locale locale)
Renders the template to the specified 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. |
|
Response.Content |
Template.Builder.status(int status)
Renders the template and returns a response with the specified status. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||