Package

com.twitter.finatra.mustache

marshalling

Permalink

package marshalling

Visibility
  1. Public
  2. All

Type Members

  1. trait LocalFilesystemMustacheFactory extends AnyRef

    Permalink
  2. class MustacheService extends AnyRef

    Permalink

    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

    Permalink

Ungrouped