StandardScaLayout

uk.gov.hmrc.sca.views.html.StandardScaLayout
class StandardScaLayout(appConfig: AppConfig, govukBackLink: GovukBackLink, hmrcStandardPage: HmrcStandardPage, hmrcReportTechnicalIssueHelper: HmrcReportTechnicalIssueHelper, alphaBanner: StandardAlphaBanner, betaBanner: StandardBetaBanner, hmrcLanguageSelectHelper: HmrcLanguageSelectHelper, hmrcTimeoutDialogHelper: HmrcTimeoutDialogHelper, ptaScripts: PtaScripts, ptaHead: PtaHead, govukPhaseBanner: GovukPhaseBanner, ptaAttorneyBanner: PtaAttorneyBanner, twoThirdsOneThirdMainContent: TwoThirdsOneThirdMainContent, fullWidthMainContent: FullWidthMainContent, twoThirdsMainContent: TwoThirdsMainContent)(implicit contactFrontendConfig: ContactFrontendConfig) extends BaseScalaTemplate[Appendable, Format[Appendable]], Template21[Option[Appendable], Option[PtaMenuConfig], ServiceURLs, Option[String], Option[String], Option[Html], Option[String], String, Boolean, Option[String], Boolean, Seq[Appendable], Seq[Appendable], BannerConfig, Boolean, Boolean, Option[TrustedHelper], Option[String], Html, RequestHeader, Messages, Appendable]

Attributes

Graph
Supertypes
trait Template21[Option[Appendable], Option[PtaMenuConfig], ServiceURLs, Option[String], Option[String], Option[Html], Option[String], String, Boolean, Option[String], Boolean, Seq[Appendable], Seq[Appendable], BannerConfig, Boolean, Boolean, Option[TrustedHelper], Option[String], Html, RequestHeader, Messages, Appendable]
class BaseScalaTemplate[Appendable, Format[Appendable]]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def apply(menu: Option[Appendable], menuConfig: Option[PtaMenuConfig], serviceURLs: ServiceURLs, serviceNameKey: Option[String], pageTitle: Option[String], sidebarContent: Option[Html], timeOutUrl: Option[String], keepAliveUrl: String, showBackLinkJS: Boolean, backLinkUrl: Option[String], showSignOutInHeader: Boolean, scripts: Seq[Appendable], styleSheets: Seq[Appendable], bannerConfig: BannerConfig, fullWidth: Boolean, disableSessionExpired: Boolean, optTrustedHelper: Option[TrustedHelper], urBannerUrl: Option[String])(contentBlock: Html)(implicit request: RequestHeader, messages: Messages): Appendable

Attributes

def f: (Option[Appendable], Option[PtaMenuConfig], ServiceURLs, Option[String], Option[String], Option[Html], Option[String], String, Boolean, Option[String], Boolean, Seq[Appendable], Seq[Appendable], BannerConfig, Boolean, Boolean, Option[TrustedHelper], Option[String]) => Html => (RequestHeader, Messages) => Appendable
def ref: this.type
def render(menu: Option[Appendable], menuConfig: Option[PtaMenuConfig], serviceURLs: ServiceURLs, serviceNameKey: Option[String], pageTitle: Option[String], sidebarContent: Option[Html], timeOutUrl: Option[String], keepAliveUrl: String, showBackLinkJS: Boolean, backLinkUrl: Option[String], showSignOutInHeader: Boolean, scripts: Seq[Appendable], styleSheets: Seq[Appendable], bannerConfig: BannerConfig, fullWidth: Boolean, disableSessionExpired: Boolean, optTrustedHelper: Option[TrustedHelper], urBannerUrl: Option[String], contentBlock: Html, request: RequestHeader, messages: Messages): Appendable

Inherited methods

def _display_(o: Any)(implicit m: ClassTag[Appendable]): Appendable

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: Appendable): Appendable

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: NodeSeq): Appendable

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: Unit): Appendable

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: String): Appendable

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: AnyVal): Appendable

Attributes

Inherited from:
BaseScalaTemplate
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product