c

uk.gov.hmrc.play.partials

CachedStaticHtmlPartialRetrieverImpl

class CachedStaticHtmlPartialRetrieverImpl extends CachedStaticHtmlPartialRetriever

Annotations
@Singleton()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CachedStaticHtmlPartialRetrieverImpl
  2. CachedStaticHtmlPartialRetriever
  3. PartialRetriever
  4. TemplateProcessor
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CachedStaticHtmlPartialRetrieverImpl(http: HttpClient, config: Config)
    Annotations
    @Inject()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. lazy val cacheTicker: Ticker
    Attributes
    protected
    Definition Classes
    CachedStaticHtmlPartialRetriever
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. val expireAfter: Duration
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getPartial(url: String, templateParameters: Map[String, String] = Map.empty)(implicit ec: ExecutionContext, request: RequestHeader): Future[HtmlPartial]
    Definition Classes
    PartialRetriever
  13. def getPartialContentAsync(url: String, templateParameters: Map[String, String] = Map.empty, errorMessage: Html = HtmlFormat.empty)(implicit ec: ExecutionContext, request: RequestHeader): Future[Html]
    Definition Classes
    PartialRetriever
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. val httpGet: CoreGet
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def loadPartial(url: String)(implicit ec: ExecutionContext, request: RequestHeader): Future[HtmlPartial]
    Attributes
    protected
    Definition Classes
    CachedStaticHtmlPartialRetrieverPartialRetriever
  18. val maximumEntries: Int
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def processTemplate(template: Html, parameters: Map[String, String])(implicit request: RequestHeader): Html
    Definition Classes
    TemplateProcessor
  23. val refreshAfter: Duration
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def getPartialContent(url: String, templateParameters: Map[String, String] = Map.empty, errorMessage: Html = HtmlFormat.empty)(implicit ec: ExecutionContext, request: RequestHeader): Html
    Definition Classes
    PartialRetriever
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.0) use non-blocking getPartialContentAsync

  2. def partialRetrievalTimeout: Duration
    Definition Classes
    PartialRetriever
    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.0) This will be removed when blocking getPartialContent is removed.

Inherited from PartialRetriever

Inherited from TemplateProcessor

Inherited from AnyRef

Inherited from Any

Ungrouped