WrapperService

uk.gov.hmrc.sca.services.WrapperService
class WrapperService(ptaMenuBar: PtaMenuBar, scaLayout: ScaLayout, newScaLayout: StandardScaLayout, webchatUtil: WebchatUtil, appConfig: AppConfig) extends Logging

Attributes

Graph
Supertypes
trait Logging
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def standardScaLayout(content: Appendable, pageTitle: Option[String], serviceURLs: ServiceURLs, serviceNameKey: Option[String], sidebarContent: Option[Html], timeOutUrl: Option[String], keepAliveUrl: String, showBackLinkJS: Boolean, backLinkUrl: Option[String], scripts: Seq[Appendable], styleSheets: Seq[Appendable], bannerConfig: BannerConfig, optTrustedHelper: Option[TrustedHelper], fullWidth: Boolean, hideMenuBar: Boolean, disableSessionExpired: Boolean)(implicit messages: Messages, requestHeader: RequestHeader): Appendable

Deprecated methods

def layout(content: Appendable, pageTitle: Option[String], serviceNameKey: Option[String], serviceNameUrl: Option[String], sidebarContent: Option[Html], signoutUrl: Option[String], timeOutUrl: Option[String], keepAliveUrl: String, showBackLinkJS: Boolean, backLinkUrl: Option[String], scripts: Seq[Appendable], styleSheets: Seq[Appendable], bannerConfig: BannerConfig, optTrustedHelper: Option[TrustedHelper], fullWidth: Boolean, hideMenuBar: Boolean, disableSessionExpired: Boolean, accessibilityStatementUrl: Option[String])(implicit messages: Messages, hc: HeaderCarrier, requestHeader: RequestHeader): Appendable

Attributes

Deprecated
[Since version 1.0.48]
def safeSignoutUrl(continueUrl: Option[RedirectUrl]): Option[String]

Attributes

Deprecated
[Since version 1.7.0]

Inherited fields

protected val logger: Logger

Attributes

Inherited from:
Logging