org.beangle.webmvc.support.action

Type members

Classlikes

trait EntityAction[T <: Entity[_]] extends RouteSupport with ParamSupport with EntitySupport[T] with Logging
trait ExportSupport[T <: Entity[_]]
trait ImportSupport[T <: Entity[_]]
abstract class RestfulAction[T <: Entity[_]] extends ActionSupport with EntityAction[T] with ExportSupport[T] with ImportSupport[T]
class RestfulService[T <: Entity[_]] extends ActionSupport with EntityAction[T] with MimeSupport