Package | Description |
---|---|
juzu.template |
Modifier and Type | Method and Description |
---|---|
Template.Builder |
Template.Builder.locale(Locale locale)
Update the locale.
|
Template.Builder |
Template.Builder.set(String name,
Object value)
Update a parameter, if the value is not null the parameter with the specified name is set, otherwise the
parameter is removed.
|
Template.Builder |
Template.with()
Returns a builder to further customize the template rendering.
|
Template.Builder |
Template.with(Locale locale)
Returns a builder to further customize the template rendering.
|
Template.Builder |
Template.with(Map<String,?> parameters)
Returns a builder to further customize the template rendering.
|
Copyright © 2013 eXo Platform SAS. All Rights Reserved.