(final String resource)
| 379 | } |
| 380 | |
| 381 | public static ContentResource xml(final String resource) { |
| 382 | return xml(text(checkNotNullOrEmpty(resource, "Resource should not be null"))); |
| 383 | } |
| 384 | |
| 385 | public static ContentResource xml(final Resource resource) { |
| 386 | checkNotNull(resource, "Resource should not be null"); |