HmrcStandardFooter

uk.gov.hmrc.hmrcfrontend.views.html.helpers.HmrcStandardFooter
class HmrcStandardFooter(hmrcFooter: HmrcFooter, hmrcFooterItems: HmrcFooterItems) extends BaseScalaTemplate[Appendable, Format[Appendable]], Template4[Seq[FooterItem], Option[String], Messages, RequestHeader, Appendable]

Attributes

Graph
Supertypes
trait Template4[Seq[FooterItem], Option[String], Messages, RequestHeader, Appendable]
class BaseScalaTemplate[Appendable, Format[Appendable]]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def apply(additionalFooterItems: Seq[FooterItem], accessibilityStatementUrl: Option[String])(implicit messages: Messages, request: RequestHeader): Appendable

Attributes

def f: (Seq[FooterItem], Option[String]) => (Messages, RequestHeader) => Appendable
def ref: this.type
def render(additionalFooterItems: Seq[FooterItem], accessibilityStatementUrl: Option[String], messages: Messages, request: RequestHeader): Appendable

Inherited methods

def _display_(o: Any)(implicit m: ClassTag[Appendable]): Appendable

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: Appendable): Appendable

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: NodeSeq): Appendable

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: Unit): Appendable

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: String): Appendable

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: AnyVal): Appendable

Attributes

Inherited from:
BaseScalaTemplate
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product