Create a new Body Template. @param template to parse. @return a Body Template instance.
(String template)
| 38 | * @return a Body Template instance. |
| 39 | */ |
| 40 | public static BodyTemplate create(String template) { |
| 41 | return new BodyTemplate(template, Util.UTF_8); |
| 42 | } |
| 43 | |
| 44 | /** |
| 45 | * Create a new Body Template. |
no outgoing calls