AppConfig

uk.gov.hmrc.sca.config.AppConfig
@Singleton
class AppConfig(configuration: Configuration, messages: MessagesApi)(implicit contactFrontendConfig: ContactFrontendConfig) extends Logging, StandardPhaseBanner

Attributes

Graph
Supertypes
trait StandardPhaseBanner
trait Logging
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def alphaBannerFeedbackUrl(implicit request: RequestHeader): String

Inherited methods

def apply(phase: String, url: String)(implicit messages: Messages): PhaseBanner

Attributes

Inherited from:
StandardPhaseBanner
protected def contactFrontendBetaFeedbackUrl()(implicit contactFrontendConfig: ContactFrontendConfig, request: RequestHeader): String

Attributes

Inherited from:
StandardPhaseBanner

Concrete fields

val countdown: Int
val disableSessionExpired: Boolean
val enc: String => String
val exitSurveyOrigin: Option[String]
val feedbackFrontendUrl: String
val helpImproveBannerUrl: Option[String]
val keepAliveUrl: String
val scaWrapperDataUrl: String
val serviceNameKey: Option[String]
val showAlphaBanner: Boolean
val showBetaBanner: Boolean
val showHelpImproveBanner: Boolean
val synchroniseTabs: Boolean
val timeOutUrl: Option[String]
val timeout: Int
val versionNum: String
val welshToggle: Boolean

Inherited fields

protected val logger: Logger

Attributes

Inherited from:
Logging