public class Encoder extends Object
| Constructor and Description |
|---|
Encoder() |
| Modifier and Type | Method and Description |
|---|---|
static String |
path(CharSequence s)
Encodes the given string as described in RFC 2396
|
static String |
query(CharSequence s)
Encodes the given string using HTML form encoding
|
public static String path(CharSequence s)
public static String query(CharSequence s)
Copyright © 2015 OCPsoft. All Rights Reserved.