
skinny.controller.SkinnyControllerBase.scala Maven / Gradle / Ivy
package skinny.controller
import skinny.controller.feature._
import skinny.micro.ThreadLocalFeatures
trait SkinnyControllerBase
extends SkinnyControllerCommonBase
with ThreadLocalFeatures
with BeforeAfterActionFeature
with ThreadLocalRequestFeature {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy