public class EncodingUtils extends Object
Constructor and Description |
---|
EncodingUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
encodeFragment(Object source)
Encodes the given fragment value.
|
static String |
encodeParameter(Object source)
Encodes the given request parameter value.
|
static String |
encodePath(Object source)
Encodes the given path value.
|
public static String encodePath(Object source)
source
- must not be null.public static String encodeParameter(Object source)
source
- must not be null.Copyright © 2012-2016–2018 Pivotal, Inc.. All rights reserved.