securesocial.core.services.RoutesService

Default

class Default extends RoutesService

The default RoutesService implementation. It points to the routes defined by the built in controllers.

Linear Supertypes
RoutesService, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Default
  2. RoutesService
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Default()

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. val CustomCssKey: String

  5. val DefaultFaviconPath: String

  6. val DefaultJqueryPath: String

  7. val FaviconKey: String

  8. val JQueryKey: String

  9. def absoluteUrl(call: Call)(implicit req: RequestHeader): String

    Attributes
    protected
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def authenticationUrl(provider: String, redirectTo: Option[String] = None)(implicit req: RequestHeader): String

    Definition Classes
    DefaultRoutesService
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. lazy val conf: Configuration

  14. val customCssPath: Option[Call]

    Loads the Custom Css file to use from configuration.

    Loads the Custom Css file to use from configuration. If there is none define, none will be used

    returns

    Option containing a custom css file or None

    Definition Classes
    DefaultRoutesService
  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. val faviconPath: Call

    Loads the Favicon to use from configuration, using a default one if not provided

    Loads the Favicon to use from configuration, using a default one if not provided

    returns

    the path to Favicon file to use

    Definition Classes
    DefaultRoutesService
  18. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

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

    Definition Classes
    Any
  22. val jqueryPath: Call

    Loads the Jquery file to use from configuration, using a default one if not provided

    Loads the Jquery file to use from configuration, using a default one if not provided

    returns

    the path to Jquery file to use

    Definition Classes
    DefaultRoutesService
  23. def loginPageUrl(implicit req: RequestHeader): String

    Definition Classes
    DefaultRoutesService
  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. def resetPasswordUrl(implicit request: RequestHeader): String

    Definition Classes
    DefaultRoutesService
  28. def signUpUrl(implicit req: RequestHeader): String

    Definition Classes
    DefaultRoutesService
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. def valueFor(key: String, default: String): Call

    Attributes
    protected
  32. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from RoutesService

Inherited from AnyRef

Inherited from Any

Ungrouped