FormPartialRetrieverImpl
uk.gov.hmrc.play.partials.FormPartialRetrieverImpl
@Singleton
class FormPartialRetrieverImpl(val httpClientV2: HttpClientV2, val headerCarrierForPartialsConverter: HeaderCarrierForPartialsConverter) extends FormPartialRetriever
Attributes
- Graph
-
- Supertypes
-
trait FormPartialRetrievertrait PartialRetrievertrait TemplateProcessorclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- FormPartialRetriever
def getPartial(url: String, templateParameters: Map[String, String])(implicit ec: ExecutionContext, request: RequestHeader): Future[HtmlPartial]
Attributes
- Inherited from:
- PartialRetriever
def getPartialContentAsync(url: String, templateParameters: Map[String, String], errorMessage: Html)(implicit ec: ExecutionContext, request: RequestHeader): Future[Html]
Attributes
- Inherited from:
- PartialRetriever
override protected def loadPartial(url: String)(implicit ec: ExecutionContext, request: RequestHeader): Future[HtmlPartial]
Attributes
- Definition Classes
- Inherited from:
- FormPartialRetriever
override def processTemplate(template: Html, parameters: Map[String, String])(implicit request: RequestHeader): Html
Attributes
- Definition Classes
- Inherited from:
- FormPartialRetriever
Deprecated and Inherited methods
def getPartialContent(url: String, templateParameters: Map[String, String], errorMessage: Html)(implicit ec: ExecutionContext, request: RequestHeader): Html
Attributes
- Deprecated
-
[Since version 8.0.0] - Inherited from:
- PartialRetriever
Attributes
- Deprecated
-
[Since version 8.0.0] - Inherited from:
- PartialRetriever
Concrete fields
Inherited fields
Attributes
- Inherited from:
- PartialRetriever
In this article