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