EncodeCharAs

case class EncodeCharAs(ch: Char, as: String) extends UriEncoder

Date: 28/08/2013 Time: 21:07

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def encodeChar(x: Char): String
def shouldEncode(x: Char): Boolean

Inherited methods

Inherited from
UriEncoder
def encode(bytes: Array[Byte], charset: String): String
Inherited from
UriEncoder
def encode(s: String, charset: String): String
Inherited from
UriEncoder
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product