pro.savant.circumflex

core

package core

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

Type Members

  1. class CircumflexException extends RuntimeException

  2. trait Coercion extends Container[String]

  3. trait Container[T] extends AnyRef

  4. class Context extends HashMap[String, Any] with KeyValueCoercion

  5. trait ContextTaskManager extends TaskManager

  6. class ContextVarHelper extends AnyRef

  7. class DelegatingMessageResolver extends MessageResolver

  8. trait KeyValueCoercion extends AnyRef

  9. class Logger extends AnyRef

  10. trait MessageResolver extends Map[String, String]

  11. case class Msg(key: String, params: (String, Any)*) extends Product with Serializable

  12. class PropertyFileResolver extends MessageResolver

  13. class ResourceBundleMessageResolver extends MessageResolver

  14. class Slice[K, +V] extends SeqLike[V, Slice[K, V]]

  15. trait TaskManager extends AnyRef

  16. class ValidationException extends CircumflexException

  17. trait Wrapper[T] extends AnyRef

Value Members

  1. val CX_LOG: Logger

  2. object Circumflex extends HashMap[String, Any] with KeyValueCoercion

  3. object Context extends Serializable

  4. object Slice

  5. val _CHARS: String

    Attributes
    protected
  6. val _rnd: Random

    Attributes
    protected
  7. val ampEscape: Pattern

  8. def any2option[T](obj: T): Option[T]

  9. def camelCaseToUnderscore(arg: String): String

  10. def ctx: Context

  11. val cx: Circumflex.type

  12. def digest(algorithm: String, text: String): String

  13. def md5(text: String): String

  14. lazy val msg: MessageResolver

  15. object parse

  16. def randomString(length: Int): String

  17. def randomUUID: String

  18. def sha256(text: String): String

  19. object slices

  20. implicit def symbol2contextVarHelper(sym: Symbol): ContextVarHelper

    Annotations
    @inline()
  21. def time[T](block: ⇒ T): (Long, T)

  22. def unwrapHtml(s: String): String

  23. def wrapHtml(s: String): String

Inherited from AnyRef

Inherited from Any

Ungrouped