skinny.micro

data

package data

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

Type Members

  1. type Attributes = AnyRef { ... /* 4 definitions in type refinement */ }

    Structural type for the various Servlet API objects that have attributes.

    Structural type for the various Servlet API objects that have attributes. These include ServletContext, HttpSession, and ServletRequest.

  2. trait AttributesMap extends Map[String, Any] with MutableMapWithIndifferentAccess[Any]

    Adapts attributes from servlet objects (e.

  3. trait MapWithIndifferentAccess[+B] extends Map[String, B]

    Inspired by Rails' MapWithIndifferentAccess, allows the substitution of symbols for strings as map keys.

  4. class MultiMap extends Map[String, Seq[String]]

    Map which contains multi values for each key.

  5. trait MultiMapHeadView[A, B] extends Map[A, B]

    View for MultiMap.

  6. class MultiMapHeadViewValueReader[T <: MultiMapHeadView[String, String]] extends ValueReader[T, String]

  7. class MultiParamsValueReader extends ValueReader[MultiParams, Seq[String]]

  8. trait MutableMapWithIndifferentAccess[B] extends MapWithIndifferentAccess[B] with Map[String, B]

  9. trait ParamsValueReaderProperties extends AnyRef

    Properties for params value reader.

  10. class StringMapValueReader extends ValueReader[Map[String, String], String]

  11. trait ValueReader[S, U] extends AnyRef

    Value reader.

Inherited from AnyRef

Inherited from Any

Ungrouped