All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.scalatra.RichServletContext.scala Maven / Gradle / Ivy

package org.scalatra

import javax.servlet.ServletContext

class RichServletContext(sc: ServletContext) extends AttributesMap {
  protected def attributes = sc
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy