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

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

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