net.liftmodules.widgets.gravatar

Gravatar

object Gravatar extends Loggable

To make a Gravatar:


Gravatar("email@domain.com") // => Produces a gravatar thats 42x42 with a G rating
Gravatar("email@domain.com", 50) // => Produces a gravatar thats 50x50 with a G rating
Gravatar("email@domain.com", 50, "R") // => Produces a gravatar thats 50x50 with a R rating

Linear Supertypes
Loggable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Gravatar
  2. Loggable
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def apply (e: String, s: Int, r: String): NodeSeq

    e

    The email address of the recipient

    s

    The square size of the output gravatar

    r

    The rating of the Gravater, the default is G

  7. def apply (e: String, s: Int): NodeSeq

    e

    The email address of the recipient

    s

    The square size of the output gravatar

  8. def apply (e: String): NodeSeq

    e

    The email address of the recipient

  9. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  10. val avatarEndpoint : String

  11. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. val defaultRating : String

  13. val defaultSize : Int

  14. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  15. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  18. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  19. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  20. val logger : Logger

    Attributes
    protected
    Definition Classes
    Loggable
  21. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  22. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  23. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  24. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  25. def toString (): String

    Definition Classes
    AnyRef → Any
  26. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  27. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  28. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Loggable

Inherited from AnyRef

Inherited from Any