Packages

package action

Type Members

  1. trait EntityAction[T <: Entity[_]] extends RouteSupport with ParamSupport with EntitySupport[T] with Logging
  2. trait ExportSupport[T <: Entity[_]] extends AnyRef
  3. trait ImportSupport[T <: Entity[_]] extends AnyRef
  4. abstract class RestfulAction[T <: Entity[_]] extends ActionSupport with EntityAction[T] with ExportSupport[T] with ImportSupport[T]
  5. class RestfulService[T <: Entity[_ <: Serializable]] extends ActionSupport with EntityAction[T] with MimeSupport

Ungrouped