org.cddcore.htmlRendering

ReportableToUrl

trait ReportableToUrl[RU <: ReportableToUrl[RU]] extends UrlMap

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

Abstract Value Members

  1. abstract def copy(rootUrl: String, rToName: KeyedMap[String], toUrl: KeyedMap[String], fromUrl: Map[String, List[Reportable]], seen: Set[String]): RU

  2. abstract def fromUrl: Map[String, List[Reportable]]

    Definition Classes
    UrlMap
  3. abstract def rToName: KeyedMap[String]

    Definition Classes
    UrlMap
  4. abstract def rootUrl: String

    Definition Classes
    UrlMap
  5. abstract def seen: Set[String]

    Definition Classes
    UrlMap
  6. abstract def toUrl: KeyedMap[String]

    Definition Classes
    UrlMap

Concrete Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. def +(path: List[Reportable])(implicit conv: TemplateLike[Reportable]): RU

  5. def ++(engines: List[Engine]): ReportableToUrl[RU]

  6. def ++(paths: Traversable[List[Reportable]])(implicit conv: TemplateLike[Reportable]): RU

  7. def ++(holder: NestedHolder[Reportable] with Reportable): RU

  8. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  10. def addPath(path: List[Reportable])(implicit conv: TemplateLike[Reportable]): (RU, String)

  11. def apply(url: String): List[Reportable]

    From a url to the reportable that should be at that url

    From a url to the reportable that should be at that url

    Definition Classes
    UrlMap
  12. def apply(r: Reportable): String

    From a reportable to the Url representing it

    From a reportable to the Url representing it

    Definition Classes
    UrlMap
  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def contains(r: Reportable): Boolean

    Has the reportable got a url?

    Has the reportable got a url?

    Definition Classes
    UrlMap
  16. def containsName(s: String): Boolean

    Definition Classes
    UrlMap
  17. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def get(url: String): Option[List[Reportable]]

    From a url to the optional reportable that should be at that url

    From a url to the optional reportable that should be at that url

    Definition Classes
    UrlMap
  21. def get(r: Reportable): Option[String]

    From a reportable to the optional Url representing it

    From a reportable to the optional Url representing it

    Definition Classes
    UrlMap
  22. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  23. def getName(r: Reportable): String

    Definition Classes
    UrlMap
  24. def hashCode(): Int

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

    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. def newName(seen: Set[String], r: Reportable)(implicit conv: TemplateLike[Reportable]): String

    Attributes
    protected
  28. final def notify(): Unit

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

    Definition Classes
    AnyRef
  30. def reportableCount: Int

    Definition Classes
    UrlMap
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from UrlMap

Inherited from AnyRef

Inherited from Any

Ungrouped