Packages

c

uk.gov.hmrc.sca.config

AppConfig

class AppConfig extends AnyRef

Annotations
@Singleton()
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AppConfig
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AppConfig(configuration: Configuration, messages: MessagesApi)
    Annotations
    @Inject()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def accessibilityStatementUrl(accessibilityBaseUrl: String): String
  5. val accessibilityStatementUrl: String
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val childBenefitLinkUrl: Option[String]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. val contactFrontendUrl: String
  10. val countdown: Int
  11. val disableSessionExpired: Boolean
  12. val enc: (String) => String
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. val exitSurveyOrigin: Option[String]
  16. def fallbackWrapperDataResponse(implicit lang: Lang): WrapperDataResponse
  17. val feedbackFrontendUrl: String
  18. val feedbackServiceName: String
  19. def feedbackUrl(contactFrontendUrl: String)(implicit request: RequestHeader): String
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. val helpImproveBannerUrl: Option[String]
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. val keepAliveUrl: String
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. val pertaxUrl: String
  29. val scaWrapperDataUrl: String
  30. val serviceNameKey: Option[String]
  31. val serviceUrl: String
  32. val showAlphaBanner: Boolean
  33. val showBetaBanner: Boolean
  34. val showChildBenefitBanner: Boolean
  35. val showHelpImproveBanner: Boolean
  36. val signoutUrl: String
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. val timeOutUrl: Option[String]
  39. val timeout: Int
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. val trackingUrl: String
  42. val versionNum: String
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. val welshToggle: Boolean

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped