Uses of Class
juzu.template.Template.Builder

Packages that use Template.Builder
juzu.template   
 

Uses of Template.Builder in juzu.template
 

Methods in juzu.template that return Template.Builder
 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.