Interface SingletonValueRenderable

All Superinterfaces:
scala.Equals, scala.Product, Renderable
All Known Implementing Classes:
CacheDirectives.immutableDirective$, CacheDirectives.must$minusrevalidate$, CacheDirectives.no$minuscache$, CacheDirectives.no$minusstore$, CacheDirectives.no$minustransform$, CacheDirectives.only$minusif$minuscached$, CacheDirectives.proxy$minusrevalidate$, ContentDispositionTypes.attachment$, ContentDispositionTypes.form$minusdata$, ContentDispositionTypes.inline$, ContentDispositionTypes.Predefined, ContentType.$u003B$u0020charset$eq$, HttpCharset, HttpMethod, HttpProtocol, Rendering.$u002C$u0020$, TransferEncodings.chunked$, TransferEncodings.compress$, TransferEncodings.deflate$, TransferEncodings.gzip$, TransferEncodings.Predefined, TransferEncodings.trailers$

public interface SingletonValueRenderable extends scala.Product, Renderable
INTERNAL API

An entity whose rendering result is determined eagerly at instantiation (and then is cached). Useful for common predefined singleton values.

  • Method Summary

    Modifier and Type
    Method
    Description
    <R extends Rendering>
    Rendering
    render(R r)
     
     

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productElementName, productElementNames, productIterator, productPrefix