Packages

package marshalling

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait LocalFilesystemMustacheFactory extends AnyRef
  2. class MustacheService extends AnyRef

    A service for rendering mustache templates.

    A service for rendering mustache templates. Note: it is expected to be rare when you would need to interact directly with this service. The framework will handle rendering and returning mustache templates over a view object.

    A use-case where you may need this service is to use a template to generate a String instead of being the entire response. For this we have provided the #createString method.

    Annotations
    @Singleton()

Value Members

  1. object MustacheFactoryBuilder

Ungrouped