org.scalatra.UrlSupport.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scalatra_2.9.0-1 Show documentation
Show all versions of scalatra_2.9.0-1 Show documentation
The core Scalatra framework
The newest version!
package org.scalatra
import java.net.URLEncoder.encode
/**
* Provides utility methods for the creation of URL strings.
* Supports context-relative and session-aware URLs. Should behave similarly to JSTL's tag.
*/
@deprecated("This functionality has been subsumed by ScalatraService.") // Since 2.1
trait UrlSupport
© 2015 - 2025 Weber Informatics LLC | Privacy Policy