WrapperService
uk.gov.hmrc.sca.services.WrapperService
class WrapperService(ptaMenuBar: PtaMenuBar, scaLayout: ScaLayout, newScaLayout: StandardScaLayout, appConfig: AppConfig) extends Logging
Attributes
- Graph
-
- Supertypes
-
trait Loggingclass Objecttrait Matchableclass 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]
Attributes
- Deprecated
-
[Since version 1.7.0]
Concrete fields
Inherited fields
Attributes
- Inherited from:
- Logging
In this article