package action
Type Members
- trait EntityAction [T <: Entity[_]] extends RouteSupport with ParamSupport with EntitySupport[T] with Logging
- abstract class RestfulAction [T <: Entity[_]] extends ActionSupport with EntityAction[T]
- class RestfulService [T <: Entity[_ <: Serializable]] extends ActionSupport with EntityAction[T] with MimeSupport